Lines Matching refs:net_device

65 struct net_device;
127 struct ndisc_options *ndisc_parse_options(const struct net_device *dev,
189 int (*parse_options)(const struct net_device *dev,
192 void (*update)(const struct net_device *dev, struct neighbour *n,
195 int (*opt_addr_space)(const struct net_device *dev, u8 icmp6_type,
198 void (*fill_addr_option)(const struct net_device *dev,
201 void (*prefix_rcv_add_addr)(struct net *net, struct net_device *dev,
212 static inline int ndisc_ops_parse_options(const struct net_device *dev, in ndisc_ops_parse_options()
222 static inline void ndisc_ops_update(const struct net_device *dev, in ndisc_ops_update()
231 static inline int ndisc_ops_opt_addr_space(const struct net_device *dev, in ndisc_ops_opt_addr_space()
242 static inline int ndisc_ops_redirect_opt_addr_space(const struct net_device *dev, in ndisc_ops_redirect_opt_addr_space()
253 static inline void ndisc_ops_fill_addr_option(const struct net_device *dev, in ndisc_ops_fill_addr_option()
262 static inline void ndisc_ops_fill_redirect_addr_option(const struct net_device *dev, in ndisc_ops_fill_redirect_addr_option()
271 struct net_device *dev, in ndisc_ops_prefix_rcv_add_addr()
311 static inline int ndisc_opt_addr_space(struct net_device *dev, u8 icmp6_type) in ndisc_opt_addr_space()
318 static inline int ndisc_redirect_opt_addr_space(struct net_device *dev, in ndisc_redirect_opt_addr_space()
341 struct net_device *dev) in ndisc_opt_addr_data()
347 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) in ndisc_hashfn()
357 static inline struct neighbour *__ipv6_neigh_lookup_noref(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup_noref()
363 struct neighbour *__ipv6_neigh_lookup_noref_stub(struct net_device *dev, in __ipv6_neigh_lookup_noref_stub()
370 static inline struct neighbour *__ipv6_neigh_lookup(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup()
383 static inline void __ipv6_confirm_neigh(struct net_device *dev, in __ipv6_confirm_neigh()
394 static inline void __ipv6_confirm_neigh_stub(struct net_device *dev, in __ipv6_confirm_neigh_stub()
406 static inline struct neighbour *ip_neigh_gw6(struct net_device *dev, in ip_neigh_gw6()
426 struct sk_buff *ndisc_ns_create(struct net_device *dev, const struct in6_addr *solicit,
428 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit,
435 void ndisc_send_rs(struct net_device *dev,
437 void ndisc_send_na(struct net_device *dev, const struct in6_addr *daddr,
443 int ndisc_mc_map(const struct in6_addr *addr, char *buf, struct net_device *dev,
446 void ndisc_update(const struct net_device *dev, struct neighbour *neigh,