Lines Matching refs:net_device
26 struct net_device __rcu *table[64];
48 static struct phonet_device *__phonet_device_alloc(struct net_device *dev) in __phonet_device_alloc()
62 static struct phonet_device *__phonet_get(struct net_device *dev) in __phonet_get()
75 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) in __phonet_get_rcu()
87 static void phonet_device_destroy(struct net_device *dev) in phonet_device_destroy()
109 struct net_device *phonet_device_get(struct net *net) in phonet_device_get()
113 struct net_device *dev = NULL; in phonet_device_get()
130 int phonet_address_add(struct net_device *dev, u8 addr) in phonet_address_add()
149 int phonet_address_del(struct net_device *dev, u8 addr) in phonet_address_del()
173 u8 phonet_address_get(struct net_device *dev, u8 daddr) in phonet_address_get()
194 struct net_device *def_dev; in phonet_address_get()
230 static int phonet_device_autoconf(struct net_device *dev) in phonet_device_autoconf()
252 static void phonet_route_autodel(struct net_device *dev) in phonet_route_autodel()
281 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in phonet_device_notify()
356 int phonet_route_add(struct net_device *dev, u8 daddr) in phonet_route_add()
373 int phonet_route_del(struct net_device *dev, u8 daddr) in phonet_route_del()
393 struct net_device *phonet_route_get_rcu(struct net *net, u8 daddr) in phonet_route_get_rcu()
397 struct net_device *dev; in phonet_route_get_rcu()
404 struct net_device *phonet_route_output(struct net *net, u8 daddr) in phonet_route_output()
408 struct net_device *dev; in phonet_route_output()