Lines Matching defs:dev
38 struct net_device *dev; member
48 #define macvlan_port_get_rcu(dev) \ argument
50 #define macvlan_port_get(dev) ((struct macvlan_port *) dev->rx_handler_data) argument
51 #define macvlan_port_exists(dev) (dev->priv_flags & IFF_MACVLAN_PORT) argument
113 struct net_device *dev = vlan->dev; in macvlan_broadcast_one() local
167 struct net_device *dev; in macvlan_handle_frame() local
234 static int macvlan_queue_xmit(struct sk_buff *skb, struct net_device *dev) in macvlan_queue_xmit()
267 struct net_device *dev) in macvlan_start_xmit()
289 static int macvlan_hard_header(struct sk_buff *skb, struct net_device *dev, in macvlan_hard_header()
308 static int macvlan_open(struct net_device *dev) in macvlan_open()
342 static int macvlan_stop(struct net_device *dev) in macvlan_stop()
363 static int macvlan_set_mac_address(struct net_device *dev, void *p) in macvlan_set_mac_address()
392 static void macvlan_change_rx_flags(struct net_device *dev, int change) in macvlan_change_rx_flags()
401 static void macvlan_set_multicast_list(struct net_device *dev) in macvlan_set_multicast_list()
408 static int macvlan_change_mtu(struct net_device *dev, int new_mtu) in macvlan_change_mtu()
435 static void macvlan_set_lockdep_class_one(struct net_device *dev, in macvlan_set_lockdep_class_one()
443 static void macvlan_set_lockdep_class(struct net_device *dev) in macvlan_set_lockdep_class()
450 static int macvlan_init(struct net_device *dev) in macvlan_init()
472 static void macvlan_uninit(struct net_device *dev) in macvlan_uninit()
484 static struct rtnl_link_stats64 *macvlan_dev_get_stats64(struct net_device *dev, in macvlan_dev_get_stats64()
525 static int macvlan_vlan_rx_add_vid(struct net_device *dev, in macvlan_vlan_rx_add_vid()
534 static int macvlan_vlan_rx_kill_vid(struct net_device *dev, in macvlan_vlan_rx_kill_vid()
544 static void macvlan_ethtool_get_drvinfo(struct net_device *dev, in macvlan_ethtool_get_drvinfo()
551 static int macvlan_ethtool_get_settings(struct net_device *dev, in macvlan_ethtool_get_settings()
581 void macvlan_common_setup(struct net_device *dev) in macvlan_common_setup()
593 static void macvlan_setup(struct net_device *dev) in macvlan_setup()
599 static int macvlan_port_create(struct net_device *dev) in macvlan_port_create()
626 static void macvlan_port_destroy(struct net_device *dev) in macvlan_port_destroy()
658 int macvlan_common_newlink(struct net *src_net, struct net_device *dev, in macvlan_common_newlink()
661 int (*forward)(struct net_device *dev, in macvlan_common_newlink()
739 static int macvlan_newlink(struct net *src_net, struct net_device *dev, in macvlan_newlink()
747 void macvlan_dellink(struct net_device *dev, struct list_head *head) in macvlan_dellink()
756 static int macvlan_changelink(struct net_device *dev, in macvlan_changelink()
765 static size_t macvlan_get_size(const struct net_device *dev) in macvlan_get_size()
771 const struct net_device *dev) in macvlan_fill_info()
811 struct net_device *dev = ptr; in macvlan_device_event() local