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 __rcu *ifa_list;/* IP ifaddr chain */31 struct ip_mc_list __rcu *mc_list; /* IP multicast filter chain */32 struct ip_mc_list __rcu * __rcu *mc_hash;57 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get() argument