Lines Matching refs:ifacaddr6
204 static void aca_get(struct ifacaddr6 *aca) in aca_get()
209 static void aca_put(struct ifacaddr6 *ac) in aca_put()
218 static struct ifacaddr6 *aca_alloc(struct rt6_info *rt, in aca_alloc()
222 struct ifacaddr6 *aca; in aca_alloc()
245 struct ifacaddr6 *aca; in __ipv6_dev_ac_inc()
302 struct ifacaddr6 *aca, *prev_aca; in __ipv6_dev_ac_dec()
347 struct ifacaddr6 *aca; in ipv6_ac_destroy_dev()
373 struct ifacaddr6 *aca; in ipv6_chk_acast_dev()
429 static inline struct ifacaddr6 *ac6_get_first(struct seq_file *seq) in ac6_get_first()
431 struct ifacaddr6 *im = NULL; in ac6_get_first()
452 static struct ifacaddr6 *ac6_get_next(struct seq_file *seq, struct ifacaddr6 *im) in ac6_get_next()
475 static struct ifacaddr6 *ac6_get_idx(struct seq_file *seq, loff_t pos) in ac6_get_idx()
477 struct ifacaddr6 *im = ac6_get_first(seq); in ac6_get_idx()
493 struct ifacaddr6 *im = ac6_get_next(seq, v); in ac6_seq_next()
513 struct ifacaddr6 *im = (struct ifacaddr6 *)v; in ac6_seq_show()