Lines Matching defs:dev
44 struct net_device *dev; member
110 static struct macvlan_port *macvlan_port_get_rcu(const struct net_device *dev) in macvlan_port_get_rcu()
115 static struct macvlan_port *macvlan_port_get_rtnl(const struct net_device *dev) in macvlan_port_get_rtnl()
229 struct net_device *dev = vlan->dev; in macvlan_broadcast_one() local
402 struct net_device *dev; in macvlan_forward_source_one() local
446 struct net_device *dev; in macvlan_handle_frame() local
516 static int macvlan_queue_xmit(struct sk_buff *skb, struct net_device *dev) in macvlan_queue_xmit()
557 struct net_device *dev) in macvlan_start_xmit()
582 static int macvlan_hard_header(struct sk_buff *skb, struct net_device *dev, in macvlan_hard_header()
600 static int macvlan_open(struct net_device *dev) in macvlan_open()
667 static int macvlan_stop(struct net_device *dev) in macvlan_stop()
700 static int macvlan_sync_address(struct net_device *dev, unsigned char *addr) in macvlan_sync_address()
737 static int macvlan_set_mac_address(struct net_device *dev, void *p) in macvlan_set_mac_address()
760 static void macvlan_change_rx_flags(struct net_device *dev, int change) in macvlan_change_rx_flags()
776 struct net_device *dev, in macvlan_compute_filter()
796 static void macvlan_set_mac_lists(struct net_device *dev) in macvlan_set_mac_lists()
821 static int macvlan_change_mtu(struct net_device *dev, int new_mtu) in macvlan_change_mtu()
831 static int macvlan_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in macvlan_do_ioctl()
880 static void macvlan_set_lockdep_class(struct net_device *dev) in macvlan_set_lockdep_class()
887 static int macvlan_init(struct net_device *dev) in macvlan_init()
915 static void macvlan_uninit(struct net_device *dev) in macvlan_uninit()
928 static void macvlan_dev_get_stats64(struct net_device *dev, in macvlan_dev_get_stats64()
968 static int macvlan_vlan_rx_add_vid(struct net_device *dev, in macvlan_vlan_rx_add_vid()
977 static int macvlan_vlan_rx_kill_vid(struct net_device *dev, in macvlan_vlan_rx_kill_vid()
988 struct net_device *dev, in macvlan_fdb_add()
1014 struct net_device *dev, in macvlan_fdb_del()
1034 static void macvlan_ethtool_get_drvinfo(struct net_device *dev, in macvlan_ethtool_get_drvinfo()
1041 static int macvlan_ethtool_get_link_ksettings(struct net_device *dev, in macvlan_ethtool_get_link_ksettings()
1049 static int macvlan_ethtool_get_ts_info(struct net_device *dev, in macvlan_ethtool_get_ts_info()
1069 static netdev_features_t macvlan_fix_features(struct net_device *dev, in macvlan_fix_features()
1089 static void macvlan_dev_poll_controller(struct net_device *dev) in macvlan_dev_poll_controller()
1094 static int macvlan_dev_netpoll_setup(struct net_device *dev, struct netpoll_info *npinfo) in macvlan_dev_netpoll_setup()
1118 static void macvlan_dev_netpoll_cleanup(struct net_device *dev) in macvlan_dev_netpoll_cleanup()
1132 static int macvlan_dev_get_iflink(const struct net_device *dev) in macvlan_dev_get_iflink()
1175 void macvlan_common_setup(struct net_device *dev) in macvlan_common_setup()
1191 static void macvlan_setup(struct net_device *dev) in macvlan_setup()
1197 static int macvlan_port_create(struct net_device *dev) in macvlan_port_create()
1232 static void macvlan_port_destroy(struct net_device *dev) in macvlan_port_destroy()
1404 int macvlan_common_newlink(struct net *src_net, struct net_device *dev, in macvlan_common_newlink()
1520 static int macvlan_newlink(struct net *src_net, struct net_device *dev, in macvlan_newlink()
1527 void macvlan_dellink(struct net_device *dev, struct list_head *head) in macvlan_dellink()
1539 static int macvlan_changelink(struct net_device *dev, in macvlan_changelink()
1598 static size_t macvlan_get_size(const struct net_device *dev) in macvlan_get_size()
1627 const struct net_device *dev) in macvlan_fill_info()
1679 static struct net *macvlan_get_link_net(const struct net_device *dev) in macvlan_get_link_net()
1696 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in macvlan_device_event() local