Home
last modified time | relevance | path

Searched defs:in_dev (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dinetdevice.h57 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get()
63 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set()
71 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall()
76 #define IN_DEV_CONF_GET(in_dev, attr) \ argument
78 #define IN_DEV_CONF_SET(in_dev, attr, val) \ argument
81 #define IN_DEV_ANDCONF(in_dev, attr) \ argument
85 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ argument
89 #define IN_DEV_ORCONF(in_dev, attr) \ argument
92 #define IN_DEV_MAXCONF(in_dev, attr) \ argument
96 #define IN_DEV_FORWARD(in_dev) IN_DEV_CONF_GET((in_dev), FORWARDING) argument
[all …]
Digmp.h136 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr) in ip_mc_dec_group()
/include/net/
Dbonding.h596 struct in_device *in_dev; in bond_confirm_addr() local