Searched defs:in_device (Results 1 – 1 of 1) sorted by relevance
25 struct in_device { struct26 struct net_device *dev;27 refcount_t refcnt;28 int dead;29 struct in_ifaddr *ifa_list; /* IP ifaddr chain */31 struct ip_mc_list __rcu *mc_list; /* IP multicast filter chain */55 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get() argument