Lines Matching refs:net_device

43 	struct net_device	*dev;
67 static void macvlan_port_destroy(struct net_device *dev);
83 static struct macvlan_port *macvlan_port_get_rcu(const struct net_device *dev) in macvlan_port_get_rcu()
88 static struct macvlan_port *macvlan_port_get_rtnl(const struct net_device *dev) in macvlan_port_get_rtnl()
202 struct net_device *dev = vlan->dev; in macvlan_broadcast_one()
233 struct net_device *src, in macvlan_broadcast()
365 struct net_device *dev; in macvlan_forward_source_one()
408 struct net_device *dev; in macvlan_handle_frame()
471 static int macvlan_queue_xmit(struct sk_buff *skb, struct net_device *dev) in macvlan_queue_xmit()
512 struct net_device *dev) in macvlan_start_xmit()
542 static int macvlan_hard_header(struct sk_buff *skb, struct net_device *dev, in macvlan_hard_header()
547 struct net_device *lowerdev = vlan->lowerdev; in macvlan_hard_header()
562 static int macvlan_open(struct net_device *dev) in macvlan_open()
565 struct net_device *lowerdev = vlan->lowerdev; in macvlan_open()
627 static int macvlan_stop(struct net_device *dev) in macvlan_stop()
630 struct net_device *lowerdev = vlan->lowerdev; in macvlan_stop()
661 static int macvlan_sync_address(struct net_device *dev, unsigned char *addr) in macvlan_sync_address()
664 struct net_device *lowerdev = vlan->lowerdev; in macvlan_sync_address()
688 static int macvlan_set_mac_address(struct net_device *dev, void *p) in macvlan_set_mac_address()
704 static void macvlan_change_rx_flags(struct net_device *dev, int change) in macvlan_change_rx_flags()
707 struct net_device *lowerdev = vlan->lowerdev; in macvlan_change_rx_flags()
719 static void macvlan_set_mac_lists(struct net_device *dev) in macvlan_set_mac_lists()
742 static int macvlan_change_mtu(struct net_device *dev, int new_mtu) in macvlan_change_mtu()
773 static int macvlan_get_nest_level(struct net_device *dev) in macvlan_get_nest_level()
778 static void macvlan_set_lockdep_class_one(struct net_device *dev, in macvlan_set_lockdep_class_one()
786 static void macvlan_set_lockdep_class(struct net_device *dev) in macvlan_set_lockdep_class()
794 static int macvlan_init(struct net_device *dev) in macvlan_init()
797 const struct net_device *lowerdev = vlan->lowerdev; in macvlan_init()
817 static void macvlan_uninit(struct net_device *dev) in macvlan_uninit()
830 static struct rtnl_link_stats64 *macvlan_dev_get_stats64(struct net_device *dev, in macvlan_dev_get_stats64()
871 static int macvlan_vlan_rx_add_vid(struct net_device *dev, in macvlan_vlan_rx_add_vid()
875 struct net_device *lowerdev = vlan->lowerdev; in macvlan_vlan_rx_add_vid()
880 static int macvlan_vlan_rx_kill_vid(struct net_device *dev, in macvlan_vlan_rx_kill_vid()
884 struct net_device *lowerdev = vlan->lowerdev; in macvlan_vlan_rx_kill_vid()
891 struct net_device *dev, in macvlan_fdb_add()
916 struct net_device *dev, in macvlan_fdb_del()
936 static void macvlan_ethtool_get_drvinfo(struct net_device *dev, in macvlan_ethtool_get_drvinfo()
943 static int macvlan_ethtool_get_settings(struct net_device *dev, in macvlan_ethtool_get_settings()
951 static netdev_features_t macvlan_fix_features(struct net_device *dev, in macvlan_fix_features()
971 static void macvlan_dev_poll_controller(struct net_device *dev) in macvlan_dev_poll_controller()
976 static int macvlan_dev_netpoll_setup(struct net_device *dev, struct netpoll_info *npinfo) in macvlan_dev_netpoll_setup()
979 struct net_device *real_dev = vlan->lowerdev; in macvlan_dev_netpoll_setup()
1000 static void macvlan_dev_netpoll_cleanup(struct net_device *dev) in macvlan_dev_netpoll_cleanup()
1014 static int macvlan_dev_get_iflink(const struct net_device *dev) in macvlan_dev_get_iflink()
1055 void macvlan_common_setup(struct net_device *dev) in macvlan_common_setup()
1069 static void macvlan_setup(struct net_device *dev) in macvlan_setup()
1075 static int macvlan_port_create(struct net_device *dev) in macvlan_port_create()
1110 static void macvlan_port_destroy(struct net_device *dev) in macvlan_port_destroy()
1244 int macvlan_common_newlink(struct net *src_net, struct net_device *dev, in macvlan_common_newlink()
1249 struct net_device *lowerdev; in macvlan_common_newlink()
1340 static int macvlan_newlink(struct net *src_net, struct net_device *dev, in macvlan_newlink()
1346 void macvlan_dellink(struct net_device *dev, struct list_head *head) in macvlan_dellink()
1358 static int macvlan_changelink(struct net_device *dev, in macvlan_changelink()
1416 static size_t macvlan_get_size(const struct net_device *dev) in macvlan_get_size()
1445 const struct net_device *dev) in macvlan_fill_info()
1498 static struct net *macvlan_get_link_net(const struct net_device *dev) in macvlan_get_link_net()
1514 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in macvlan_device_event()