Searched defs:in_dev (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | inetdevice.h | 59 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get() 65 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set() 73 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall() 78 #define IN_DEV_CONF_GET(in_dev, attr) \ argument 80 #define IN_DEV_CONF_SET(in_dev, attr, val) \ argument 83 #define IN_DEV_ANDCONF(in_dev, attr) \ argument 87 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ argument 91 #define IN_DEV_ORCONF(in_dev, attr) \ argument 94 #define IN_DEV_MAXCONF(in_dev, attr) \ argument 98 #define IN_DEV_FORWARD(in_dev) IN_DEV_CONF_GET((in_dev), FORWARDING) argument [all …]
|
D | igmp.h | 133 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr) in ip_mc_dec_group()
|
/include/net/ |
D | bonding.h | 637 struct in_device *in_dev; in bond_confirm_addr() local
|