Lines Matching defs:netdev
81 struct net_device *netdev; member
89 static inline struct lowpan_dev *lowpan_dev(const struct net_device *netdev) in lowpan_dev()
267 static int process_data(struct sk_buff *skb, struct net_device *netdev, in process_data()
429 static int setup_header(struct sk_buff *skb, struct net_device *netdev, in setup_header()
494 static int header_create(struct sk_buff *skb, struct net_device *netdev, in header_create()
512 struct net_device *netdev) in send_pkt()
549 static int send_mcast_pkt(struct sk_buff *skb, struct net_device *netdev) in send_mcast_pkt()
589 static netdev_tx_t bt_xmit(struct sk_buff *skb, struct net_device *netdev) in bt_xmit()
688 static void set_dev_addr(struct net_device *netdev, bdaddr_t *addr, in set_dev_addr()
695 static void ifup(struct net_device *netdev) in ifup()
706 static void ifdown(struct net_device *netdev) in ifdown()
819 struct net_device *netdev; in setup_netdev() local
1357 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in device_event() local