Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dinetdevice.h25 struct in_device { struct
26 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 */
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