Lines Matching refs:net_device

39 	struct net_device __rcu	*table[64];
63 static struct phonet_device *__phonet_device_alloc(struct net_device *dev) in __phonet_device_alloc()
77 static struct phonet_device *__phonet_get(struct net_device *dev) in __phonet_get()
90 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) in __phonet_get_rcu()
102 static void phonet_device_destroy(struct net_device *dev) in phonet_device_destroy()
124 struct net_device *phonet_device_get(struct net *net) in phonet_device_get()
128 struct net_device *dev = NULL; in phonet_device_get()
146 int phonet_address_add(struct net_device *dev, u8 addr) in phonet_address_add()
165 int phonet_address_del(struct net_device *dev, u8 addr) in phonet_address_del()
189 u8 phonet_address_get(struct net_device *dev, u8 daddr) in phonet_address_get()
210 struct net_device *def_dev; in phonet_address_get()
246 static int phonet_device_autoconf(struct net_device *dev) in phonet_device_autoconf()
268 static void phonet_route_autodel(struct net_device *dev) in phonet_route_autodel()
297 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in phonet_device_notify()
367 int phonet_route_add(struct net_device *dev, u8 daddr) in phonet_route_add()
384 int phonet_route_del(struct net_device *dev, u8 daddr) in phonet_route_del()
404 struct net_device *phonet_route_get_rcu(struct net *net, u8 daddr) in phonet_route_get_rcu()
408 struct net_device *dev; in phonet_route_get_rcu()
415 struct net_device *phonet_route_output(struct net *net, u8 daddr) in phonet_route_output()
419 struct net_device *dev; in phonet_route_output()