Home
last modified time | relevance | path

Searched refs:ipv4_devconf_get (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dinetdevice.h61 static inline int ipv4_devconf_get(const struct in_device *in_dev, int index) in ipv4_devconf_get() function
81 ipv4_devconf_get((in_dev), IPV4_DEVCONF_ ## attr)
/linux/net/ipv4/
H A Ddevinet.c2202 int old_value = ipv4_devconf_get(in_dev, nla_type(a)); in inet_set_link_af()