Lines Matching refs:net_device
64 const struct net_device *dev, int strict);
66 const struct net_device *dev, int strict,
75 struct net_device *dev);
77 int ipv6_chk_prefix(const struct in6_addr *addr, struct net_device *dev);
81 struct net_device *dev, int strict);
83 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dev,
88 int ipv6_get_lladdr(struct net_device *dev, struct in6_addr *addr,
91 void addrconf_join_solict(struct net_device *dev, const struct in6_addr *addr);
94 static inline int addrconf_ifid_eui48(u8 *eui, struct net_device *dev) in addrconf_ifid_eui48()
167 int ipv6_dev_mc_inc(struct net_device *dev, const struct in6_addr *addr);
169 int ipv6_dev_mc_dec(struct net_device *dev, const struct in6_addr *addr);
179 bool ipv6_chk_mcast_addr(struct net_device *dev, const struct in6_addr *group,
195 void (*ndisc_send_na)(struct net_device *dev, const struct in6_addr *daddr,
227 void addrconf_prefix_rcv(struct net_device *dev,
242 bool ipv6_chk_acast_addr(struct net *net, struct net_device *dev,
244 bool ipv6_chk_acast_addr_src(struct net *net, struct net_device *dev,
262 static inline struct inet6_dev *__in6_dev_get(const struct net_device *dev) in __in6_dev_get()
275 static inline struct inet6_dev *in6_dev_get(const struct net_device *dev) in in6_dev_get()
287 static inline struct neigh_parms *__in6_dev_nd_parms_get_rcu(const struct net_device *dev) in __in6_dev_nd_parms_get_rcu()