Home
last modified time | relevance | path

Searched refs:idev (Results 1 – 8 of 8) sorted by relevance

/include/net/
Daddrconf.h122 int __ipv6_get_lladdr(struct inet6_dev *idev, struct in6_addr *addr,
130 void addrconf_leave_solict(struct inet6_dev *idev, const struct in6_addr *addr);
132 void addrconf_add_linklocal(struct inet6_dev *idev,
240 int __ipv6_dev_mc_dec(struct inet6_dev *idev, const struct in6_addr *addr);
242 void ipv6_mc_up(struct inet6_dev *idev);
243 void ipv6_mc_down(struct inet6_dev *idev);
244 void ipv6_mc_unmap(struct inet6_dev *idev);
245 void ipv6_mc_remap(struct inet6_dev *idev);
246 void ipv6_mc_init_dev(struct inet6_dev *idev);
247 void ipv6_mc_destroy_dev(struct inet6_dev *idev);
[all …]
Dipv6.h206 #define _DEVINC(net, statname, mod, idev, field) \ argument
208 struct inet6_dev *_idev = (idev); \
215 #define _DEVINCATOMIC(net, statname, mod, idev, field) \ argument
217 struct inet6_dev *_idev = (idev); \
224 #define _DEVINC_ATOMIC_ATOMIC(net, statname, idev, field) \ argument
226 struct inet6_dev *_idev = (idev); \
232 #define _DEVADD(net, statname, mod, idev, field, val) \ argument
234 struct inet6_dev *_idev = (idev); \
240 #define _DEVUPD(net, statname, mod, idev, field, val) \ argument
242 struct inet6_dev *_idev = (idev); \
[all …]
Dip6_route.h160 struct fib6_info *addrconf_f6i_alloc(struct net *net, struct inet6_dev *idev,
319 struct inet6_dev *idev; in ip6_dst_mtu_forward() local
330 idev = __in6_dev_get(dst->dev); in ip6_dst_mtu_forward()
331 if (idev) in ip6_dst_mtu_forward()
332 mtu = idev->cnf.mtu6; in ip6_dst_mtu_forward()
Dif_inet6.h58 struct inet6_dev *idev; member
120 struct inet6_dev *idev; member
Dndisc.h503 void inet6_ifinfo_notify(int event, struct inet6_dev *idev);
Dip_fib.h411 struct in_device *idev, u32 *itag);
Dmac80211.h3992 struct inet6_dev *idev);
/include/linux/
Dinetdevice.h260 void in_dev_finish_destroy(struct in_device *idev);
262 static inline void in_dev_put(struct in_device *idev) in in_dev_put() argument
264 if (refcount_dec_and_test(&idev->refcnt)) in in_dev_put()
265 in_dev_finish_destroy(idev); in in_dev_put()
268 #define __in_dev_put(idev) refcount_dec(&(idev)->refcnt) argument
269 #define in_dev_hold(idev) refcount_inc(&(idev)->refcnt) argument