Searched refs:in_device (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | inetdevice.h | 20 struct in_device struct 49 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get() argument 55 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set() 63 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall() 115 struct in_device *ifa_dev; 131 extern int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b); 134 extern struct in_device *inetdev_by_index(struct net *, int); 136 extern __be32 inet_confirm_addr(struct in_device *in_dev, __be32 dst, __be32 local, int scope); 137 extern struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix, __be32 mask); 168 static inline struct in_device *__in_dev_get_rcu(const struct net_device *dev) in __in_dev_get_rcu() [all …]
|
D | igmp.h | 190 struct in_device *interface; 219 extern int ip_check_mc(struct in_device *dev, __be32 mc_addr, __be32 src_addr, u16 proto); 232 extern void ip_mc_init_dev(struct in_device *); 233 extern void ip_mc_destroy_dev(struct in_device *); 234 extern void ip_mc_up(struct in_device *); 235 extern void ip_mc_down(struct in_device *); 236 extern void ip_mc_dec_group(struct in_device *in_dev, __be32 addr); 237 extern void ip_mc_inc_group(struct in_device *in_dev, __be32 addr);
|
/include/net/ |
D | route.h | 62 struct in_device *idev; 110 struct in_device; 124 extern void ip_rt_multicast_event(struct in_device *);
|