Lines Matching refs:in_device
25 struct in_device { struct
59 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get() argument
65 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set()
73 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall()
144 struct in_device *ifa_dev;
166 struct in_device *ivi_dev;
184 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b);
196 struct in_device *inetdev_by_index(struct net *, int);
198 __be32 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst,
200 struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix,
231 static inline struct in_device *__in_dev_get_rcu(const struct net_device *dev) in __in_dev_get_rcu()
236 static inline struct in_device *in_dev_get(const struct net_device *dev) in in_dev_get()
238 struct in_device *in_dev; in in_dev_get()
248 static inline struct in_device *__in_dev_get_rtnl(const struct net_device *dev) in __in_dev_get_rtnl()
256 struct in_device *in_dev; in ip_ignore_linkdown()
269 struct in_device *in_dev = __in_dev_get_rcu(dev); in __in_dev_arp_parms_get_rcu()
274 void in_dev_finish_destroy(struct in_device *idev);
276 static inline void in_dev_put(struct in_device *idev) in in_dev_put()