Home
last modified time | relevance | path

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

/include/linux/
Dinetdevice.h23 struct in_device { struct
24 struct net_device *dev;
25 atomic_t refcnt;
26 int dead;
27 struct in_ifaddr *ifa_list; /* IP ifaddr chain */
29 struct ip_mc_list __rcu *mc_list; /* IP multicast filter chain */
53 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get() argument