Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dinetdevice.h25 struct in_device { struct
26 struct net_device *dev;
27 netdevice_tracker dev_tracker;
29 refcount_t refcnt;
30 int dead;
31 struct in_ifaddr __rcu *ifa_list;/* IP ifaddr chain */
33 struct ip_mc_list __rcu *mc_list; /* IP multicast filter chain */
34 struct ip_mc_list __rcu * __rcu *mc_hash;
59 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get() argument