Lines Matching refs:net_device
63 static int lowpan_dev_init(struct net_device *ldev) in lowpan_dev_init()
70 static int lowpan_open(struct net_device *dev) in lowpan_open()
78 static int lowpan_stop(struct net_device *dev) in lowpan_stop()
86 static int lowpan_neigh_construct(struct net_device *dev, struct neighbour *n) in lowpan_neigh_construct()
95 static int lowpan_get_iflink(const struct net_device *dev) in lowpan_get_iflink()
109 static void lowpan_setup(struct net_device *ldev) in lowpan_setup()
133 static int lowpan_newlink(struct net_device *ldev, in lowpan_newlink()
138 struct net_device *wdev; in lowpan_newlink()
188 static void lowpan_dellink(struct net_device *ldev, struct list_head *head) in lowpan_dellink()
190 struct net_device *wdev = lowpan_802154_dev(ldev)->wdev; in lowpan_dellink()
221 struct net_device *ndev = netdev_notifier_info_to_dev(ptr); in lowpan_device_event()