Home
last modified time | relevance | path

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

/include/linux/
Dinetdevice.h55 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get()
61 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set()
69 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall()
74 #define IN_DEV_CONF_GET(in_dev, attr) \ argument
76 #define IN_DEV_CONF_SET(in_dev, attr, val) \ argument
79 #define IN_DEV_ANDCONF(in_dev, attr) \ argument
83 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ argument
87 #define IN_DEV_ORCONF(in_dev, attr) \ argument
90 #define IN_DEV_MAXCONF(in_dev, attr) \ argument
94 #define IN_DEV_FORWARD(in_dev) IN_DEV_CONF_GET((in_dev), FORWARDING) argument
[all …]
/include/net/
Dbonding.h564 struct in_device *in_dev; in bond_confirm_addr() local