Searched refs:in_dev (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| D | inetdevice.h | 61 static inline int ipv4_devconf_get(const struct in_device *in_dev, int index) in ipv4_devconf_get() argument 64 return READ_ONCE(in_dev->cnf.data[index]); in ipv4_devconf_get() 67 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set() argument 71 set_bit(index, in_dev->cnf.state); in ipv4_devconf_set() 72 WRITE_ONCE(in_dev->cnf.data[index], val); in ipv4_devconf_set() 75 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall() argument 77 bitmap_fill(in_dev->cnf.state, IPV4_DEVCONF_MAX); in ipv4_devconf_setall() 80 #define IN_DEV_CONF_GET(in_dev, attr) \ argument 81 ipv4_devconf_get((in_dev), IPV4_DEVCONF_ ## attr) 82 #define IN_DEV_CONF_SET(in_dev, attr, val) \ argument [all …]
|
| D | igmp.h | 133 extern void __ip_mc_dec_group(struct in_device *in_dev, __be32 addr, gfp_t gfp); 134 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr) in ip_mc_dec_group() argument 136 return __ip_mc_dec_group(in_dev, addr, GFP_KERNEL); in ip_mc_dec_group() 138 extern void __ip_mc_inc_group(struct in_device *in_dev, __be32 addr, 140 extern void ip_mc_inc_group(struct in_device *in_dev, __be32 addr);
|
| /include/net/ |
| D | bonding.h | 654 struct in_device *in_dev; in bond_confirm_addr() local 658 in_dev = __in_dev_get_rcu(dev); in bond_confirm_addr() 660 if (in_dev) in bond_confirm_addr() 661 addr = inet_confirm_addr(dev_net(dev), in_dev, dst, local, in bond_confirm_addr()
|
| D | route.h | 203 struct in_device *in_dev, u32 *itag);
|