Lines Matching full:net_device

74 struct net_device;
136 struct ndisc_options *ndisc_parse_options(const struct net_device *dev,
150 * int (*parse_options)(const struct net_device *dev,
158 * void (*update)(const struct net_device *dev, struct neighbour *n,
165 * int (*opt_addr_space)(const struct net_device *dev, u8 icmp6_type,
172 * void (*fill_addr_option)(const struct net_device *dev,
182 * void (*prefix_rcv_add_addr)(struct net *net, struct net_device *dev,
198 int (*parse_options)(const struct net_device *dev,
201 void (*update)(const struct net_device *dev, struct neighbour *n,
204 int (*opt_addr_space)(const struct net_device *dev, u8 icmp6_type,
207 void (*fill_addr_option)(const struct net_device *dev,
210 void (*prefix_rcv_add_addr)(struct net *net, struct net_device *dev,
221 static inline int ndisc_ops_parse_options(const struct net_device *dev, in ndisc_ops_parse_options()
231 static inline void ndisc_ops_update(const struct net_device *dev, in ndisc_ops_update()
240 static inline int ndisc_ops_opt_addr_space(const struct net_device *dev, in ndisc_ops_opt_addr_space()
251 static inline int ndisc_ops_redirect_opt_addr_space(const struct net_device *dev, in ndisc_ops_redirect_opt_addr_space()
262 static inline void ndisc_ops_fill_addr_option(const struct net_device *dev, in ndisc_ops_fill_addr_option()
271 static inline void ndisc_ops_fill_redirect_addr_option(const struct net_device *dev, in ndisc_ops_fill_redirect_addr_option()
280 struct net_device *dev, in ndisc_ops_prefix_rcv_add_addr()
320 static inline int ndisc_opt_addr_space(struct net_device *dev, u8 icmp6_type) in ndisc_opt_addr_space()
327 static inline int ndisc_redirect_opt_addr_space(struct net_device *dev, in ndisc_redirect_opt_addr_space()
350 struct net_device *dev) in ndisc_opt_addr_data()
356 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) in ndisc_hashfn()
366 static inline struct neighbour *__ipv6_neigh_lookup_noref(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup_noref()
372 struct neighbour *__ipv6_neigh_lookup_noref_stub(struct net_device *dev, in __ipv6_neigh_lookup_noref_stub()
379 static inline struct neighbour *__ipv6_neigh_lookup(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup()
392 static inline void __ipv6_confirm_neigh(struct net_device *dev, in __ipv6_confirm_neigh()
403 static inline void __ipv6_confirm_neigh_stub(struct net_device *dev, in __ipv6_confirm_neigh_stub()
415 static inline struct neighbour *ip_neigh_gw6(struct net_device *dev, in ip_neigh_gw6()
435 struct sk_buff *ndisc_ns_create(struct net_device *dev, const struct in6_addr *solicit,
437 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit,
444 void ndisc_send_rs(struct net_device *dev,
446 void ndisc_send_na(struct net_device *dev, const struct in6_addr *daddr,
452 int ndisc_mc_map(const struct in6_addr *addr, char *buf, struct net_device *dev,
455 void ndisc_update(const struct net_device *dev, struct neighbour *neigh,