Home
last modified time | relevance | path

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

/include/linux/
Digmp.h71 struct in_device *interface;
113 extern int ip_check_mc_rcu(struct in_device *dev, __be32 mc_addr, __be32 src_addr, u8 proto);
129 extern void ip_mc_init_dev(struct in_device *);
130 extern void ip_mc_destroy_dev(struct in_device *);
131 extern void ip_mc_up(struct in_device *);
132 extern void ip_mc_down(struct in_device *);
133 extern void ip_mc_unmap(struct in_device *);
134 extern void ip_mc_remap(struct in_device *);
135 extern void __ip_mc_dec_group(struct in_device *in_dev, __be32 addr, gfp_t gfp);
136 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr) in ip_mc_dec_group()
[all …]
Dinetdevice.h25 struct in_device { struct
57 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get() argument
63 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set()
71 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall()
140 struct in_device *ifa_dev;
161 struct in_device *ivi_dev;
179 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b);
182 struct in_device *inetdev_by_index(struct net *, int);
184 __be32 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst,
186 struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix,
[all …]
Dnetdevice.h1961 struct in_device __rcu *ip_ptr;
/include/net/
Droute.h112 struct in_device;
181 struct in_device *in_dev, u32 *itag);
219 void ip_rt_multicast_event(struct in_device *);
Dip_fib.h411 struct in_device *idev, u32 *itag);
Dbonding.h596 struct in_device *in_dev; in bond_confirm_addr()