Lines Matching refs:inet6_dev
72 struct inet6_dev *i6vi_dev;
150 void addrconf_leave_solict(struct inet6_dev *idev, const struct in6_addr *addr);
152 void addrconf_add_linklocal(struct inet6_dev *idev,
157 struct inet6_dev *in6_dev,
262 int __ipv6_dev_mc_dec(struct inet6_dev *idev, const struct in6_addr *addr);
264 void ipv6_mc_up(struct inet6_dev *idev);
265 void ipv6_mc_down(struct inet6_dev *idev);
266 void ipv6_mc_unmap(struct inet6_dev *idev);
267 void ipv6_mc_remap(struct inet6_dev *idev);
268 void ipv6_mc_init_dev(struct inet6_dev *idev);
269 void ipv6_mc_destroy_dev(struct inet6_dev *idev);
276 void ipv6_mc_dad_complete(struct inet6_dev *idev);
316 int __ipv6_dev_ac_inc(struct inet6_dev *idev, const struct in6_addr *addr);
317 int __ipv6_dev_ac_dec(struct inet6_dev *idev, const struct in6_addr *addr);
318 void ipv6_ac_destroy_dev(struct inet6_dev *idev);
345 static inline struct inet6_dev *__in6_dev_get(const struct net_device *dev) in __in6_dev_get()
350 static inline struct inet6_dev *__in6_dev_get_rtnl_net(const struct net_device *dev) in __in6_dev_get_rtnl_net()
363 static inline struct inet6_dev *__in6_dev_stats_get(const struct net_device *dev, in __in6_dev_stats_get()
377 static inline struct inet6_dev *__in6_dev_get_safely(const struct net_device *dev) in __in6_dev_get_safely()
393 static inline struct inet6_dev *in6_dev_get(const struct net_device *dev) in in6_dev_get()
395 struct inet6_dev *idev; in in6_dev_get()
407 struct inet6_dev *idev = __in6_dev_get(dev); in __in6_dev_nd_parms_get_rcu()
412 void in6_dev_finish_destroy(struct inet6_dev *idev);
414 static inline void in6_dev_put(struct inet6_dev *idev) in in6_dev_put()
420 static inline void in6_dev_put_clear(struct inet6_dev **pidev) in in6_dev_put_clear()
422 struct inet6_dev *idev = *pidev; in in6_dev_put_clear()
430 static inline void __in6_dev_put(struct inet6_dev *idev) in __in6_dev_put()
435 static inline void in6_dev_hold(struct inet6_dev *idev) in in6_dev_hold()
443 const struct inet6_dev *idev = __in6_dev_get(dev); in ip6_ignore_linkdown()