Lines Matching defs:netdev
75 struct net_device *netdev; member
83 static inline struct lowpan_dev *lowpan_dev(const struct net_device *netdev) in lowpan_dev()
269 static int iphc_decompress(struct sk_buff *skb, struct net_device *netdev, in iphc_decompress()
430 static int setup_header(struct sk_buff *skb, struct net_device *netdev, in setup_header()
488 static int header_create(struct sk_buff *skb, struct net_device *netdev, in header_create()
506 struct net_device *netdev) in send_pkt()
543 static int send_mcast_pkt(struct sk_buff *skb, struct net_device *netdev) in send_mcast_pkt()
582 static netdev_tx_t bt_xmit(struct sk_buff *skb, struct net_device *netdev) in bt_xmit()
695 static void set_dev_addr(struct net_device *netdev, bdaddr_t *addr, in set_dev_addr()
702 static void ifup(struct net_device *netdev) in ifup()
713 static void ifdown(struct net_device *netdev) in ifdown()
808 struct net_device *netdev; in setup_netdev() local
1364 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in device_event() local