Lines Matching refs:inet6_dev
59 struct inet6_dev *i6vi_dev;
106 int __ipv6_get_lladdr(struct inet6_dev *idev, struct in6_addr *addr,
114 void addrconf_leave_solict(struct inet6_dev *idev, const struct in6_addr *addr);
116 void addrconf_add_linklocal(struct inet6_dev *idev,
121 struct inet6_dev *in6_dev,
224 int __ipv6_dev_mc_dec(struct inet6_dev *idev, const struct in6_addr *addr);
226 void ipv6_mc_up(struct inet6_dev *idev);
227 void ipv6_mc_down(struct inet6_dev *idev);
228 void ipv6_mc_unmap(struct inet6_dev *idev);
229 void ipv6_mc_remap(struct inet6_dev *idev);
230 void ipv6_mc_init_dev(struct inet6_dev *idev);
231 void ipv6_mc_destroy_dev(struct inet6_dev *idev);
239 void ipv6_mc_dad_complete(struct inet6_dev *idev);
290 int __ipv6_dev_ac_inc(struct inet6_dev *idev, const struct in6_addr *addr);
291 int __ipv6_dev_ac_dec(struct inet6_dev *idev, const struct in6_addr *addr);
292 void ipv6_ac_destroy_dev(struct inet6_dev *idev);
319 static inline struct inet6_dev *__in6_dev_get(const struct net_device *dev) in __in6_dev_get()
332 static inline struct inet6_dev *__in6_dev_stats_get(const struct net_device *dev, in __in6_dev_stats_get()
346 static inline struct inet6_dev *__in6_dev_get_safely(const struct net_device *dev) in __in6_dev_get_safely()
362 static inline struct inet6_dev *in6_dev_get(const struct net_device *dev) in in6_dev_get()
364 struct inet6_dev *idev; in in6_dev_get()
376 struct inet6_dev *idev = __in6_dev_get(dev); in __in6_dev_nd_parms_get_rcu()
381 void in6_dev_finish_destroy(struct inet6_dev *idev);
383 static inline void in6_dev_put(struct inet6_dev *idev) in in6_dev_put()
389 static inline void in6_dev_put_clear(struct inet6_dev **pidev) in in6_dev_put_clear()
391 struct inet6_dev *idev = *pidev; in in6_dev_put_clear()
399 static inline void __in6_dev_put(struct inet6_dev *idev) in __in6_dev_put()
404 static inline void in6_dev_hold(struct inet6_dev *idev) in in6_dev_hold()
412 const struct inet6_dev *idev = __in6_dev_get(dev); in ip6_ignore_linkdown()