• Home
  • Raw
  • Download

Lines Matching refs:net_device

68 struct net_device;
129 struct ndisc_options *ndisc_parse_options(const struct net_device *dev,
197 int (*parse_options)(const struct net_device *dev,
200 void (*update)(const struct net_device *dev, struct neighbour *n,
203 int (*opt_addr_space)(const struct net_device *dev, u8 icmp6_type,
206 void (*fill_addr_option)(const struct net_device *dev,
209 void (*prefix_rcv_add_addr)(struct net *net, struct net_device *dev,
220 static inline int ndisc_ops_is_useropt(const struct net_device *dev, in ndisc_ops_is_useropt()
229 static inline int ndisc_ops_parse_options(const struct net_device *dev, in ndisc_ops_parse_options()
239 static inline void ndisc_ops_update(const struct net_device *dev, in ndisc_ops_update()
248 static inline int ndisc_ops_opt_addr_space(const struct net_device *dev, in ndisc_ops_opt_addr_space()
259 static inline int ndisc_ops_redirect_opt_addr_space(const struct net_device *dev, in ndisc_ops_redirect_opt_addr_space()
270 static inline void ndisc_ops_fill_addr_option(const struct net_device *dev, in ndisc_ops_fill_addr_option()
279 static inline void ndisc_ops_fill_redirect_addr_option(const struct net_device *dev, in ndisc_ops_fill_redirect_addr_option()
288 struct net_device *dev, in ndisc_ops_prefix_rcv_add_addr()
328 static inline int ndisc_opt_addr_space(struct net_device *dev, u8 icmp6_type) in ndisc_opt_addr_space()
335 static inline int ndisc_redirect_opt_addr_space(struct net_device *dev, in ndisc_redirect_opt_addr_space()
358 struct net_device *dev) in ndisc_opt_addr_data()
364 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) in ndisc_hashfn()
374 static inline struct neighbour *__ipv6_neigh_lookup_noref(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup_noref()
379 static inline struct neighbour *__ipv6_neigh_lookup(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup()
400 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit,
403 void ndisc_send_rs(struct net_device *dev,
405 void ndisc_send_na(struct net_device *dev, const struct in6_addr *daddr,
411 int ndisc_mc_map(const struct in6_addr *addr, char *buf, struct net_device *dev,
414 void ndisc_update(const struct net_device *dev, struct neighbour *neigh,