Searched defs:in_dev (Results  1 – 3 of 3) 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() 67 static inline void ipv4_devconf_set(struct in_device *in_dev, int index,  in ipv4_devconf_set() 75 static inline void ipv4_devconf_setall(struct in_device *in_dev)  in ipv4_devconf_setall() 80 #define IN_DEV_CONF_GET(in_dev, attr) \  argument 82 #define IN_DEV_CONF_SET(in_dev, attr, val) \  argument 85 #define IN_DEV_ANDCONF(in_dev, attr) \  argument 89 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \  argument 93 #define IN_DEV_ORCONF(in_dev, attr) \  argument 96 #define IN_DEV_MAXCONF(in_dev, attr) \  argument 100 #define IN_DEV_FORWARD(in_dev)		IN_DEV_CONF_GET((in_dev), FORWARDING)  argument [all …] 
 | 
| D | igmp.h | 134 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr)  in ip_mc_dec_group()
  | 
| /include/net/ | 
| D | bonding.h | 654 	struct in_device *in_dev;  in bond_confirm_addr()  local
  |