Lines Matching refs:ifacaddr6
224 static void ipv6_add_acaddr_hash(struct net *net, struct ifacaddr6 *aca)
233 static void ipv6_del_acaddr_hash(struct ifacaddr6 *aca)
240 static void aca_get(struct ifacaddr6 *aca)
247 struct ifacaddr6 *aca = container_of(h, struct ifacaddr6, rcu);
253 static void aca_put(struct ifacaddr6 *ac)
260 static struct ifacaddr6 *aca_alloc(struct fib6_info *f6i,
263 struct ifacaddr6 *aca;
286 struct ifacaddr6 *aca;
347 struct ifacaddr6 *aca, *prev_aca;
392 struct ifacaddr6 *aca;
419 struct ifacaddr6 *aca;
440 struct ifacaddr6 *aca;
485 static inline struct ifacaddr6 *ac6_get_first(struct seq_file *seq)
487 struct ifacaddr6 *im = NULL;
508 static struct ifacaddr6 *ac6_get_next(struct seq_file *seq, struct ifacaddr6 *im)
531 static struct ifacaddr6 *ac6_get_idx(struct seq_file *seq, loff_t pos)
533 struct ifacaddr6 *im = ac6_get_first(seq);
549 struct ifacaddr6 *im = ac6_get_next(seq, v);
569 struct ifacaddr6 *im = (struct ifacaddr6 *)v;