Lines Matching refs:net_device

74 struct net_device;
136 struct ndisc_options *ndisc_parse_options(const struct net_device *dev,
155 * int (*parse_options)(const struct net_device *dev,
163 * void (*update)(const struct net_device *dev, struct neighbour *n,
170 * int (*opt_addr_space)(const struct net_device *dev, u8 icmp6_type,
177 * void (*fill_addr_option)(const struct net_device *dev,
187 * void (*prefix_rcv_add_addr)(struct net *net, struct net_device *dev,
204 int (*parse_options)(const struct net_device *dev,
207 void (*update)(const struct net_device *dev, struct neighbour *n,
210 int (*opt_addr_space)(const struct net_device *dev, u8 icmp6_type,
213 void (*fill_addr_option)(const struct net_device *dev,
216 void (*prefix_rcv_add_addr)(struct net *net, struct net_device *dev,
227 static inline int ndisc_ops_is_useropt(const struct net_device *dev,
236 static inline int ndisc_ops_parse_options(const struct net_device *dev,
246 static inline void ndisc_ops_update(const struct net_device *dev,
255 static inline int ndisc_ops_opt_addr_space(const struct net_device *dev,
266 static inline int ndisc_ops_redirect_opt_addr_space(const struct net_device *dev,
277 static inline void ndisc_ops_fill_addr_option(const struct net_device *dev,
286 static inline void ndisc_ops_fill_redirect_addr_option(const struct net_device *dev,
295 struct net_device *dev,
335 static inline int ndisc_opt_addr_space(struct net_device *dev, u8 icmp6_type)
342 static inline int ndisc_redirect_opt_addr_space(struct net_device *dev,
365 struct net_device *dev)
371 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd)
381 static inline struct neighbour *__ipv6_neigh_lookup_noref(struct net_device *dev, const void *pkey)
387 struct neighbour *__ipv6_neigh_lookup_noref_stub(struct net_device *dev,
394 static inline struct neighbour *__ipv6_neigh_lookup(struct net_device *dev, const void *pkey)
407 static inline void __ipv6_confirm_neigh(struct net_device *dev,
418 static inline void __ipv6_confirm_neigh_stub(struct net_device *dev,
430 static inline struct neighbour *ip_neigh_gw6(struct net_device *dev,
450 struct sk_buff *ndisc_ns_create(struct net_device *dev, const struct in6_addr *solicit,
452 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit,
459 void ndisc_send_rs(struct net_device *dev,
461 void ndisc_send_na(struct net_device *dev, const struct in6_addr *daddr,
467 int ndisc_mc_map(const struct in6_addr *addr, char *buf, struct net_device *dev,
470 void ndisc_update(const struct net_device *dev, struct neighbour *neigh,