Lines Matching defs:dev

50 static int veth_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)  in veth_get_settings()
65 static void veth_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in veth_get_drvinfo()
71 static void veth_get_strings(struct net_device *dev, u32 stringset, u8 *buf) in veth_get_strings()
80 static int veth_get_sset_count(struct net_device *dev, int sset) in veth_get_sset_count()
90 static void veth_get_ethtool_stats(struct net_device *dev, in veth_get_ethtool_stats()
108 static netdev_tx_t veth_xmit(struct sk_buff *skb, struct net_device *dev) in veth_xmit()
140 static u64 veth_stats_one(struct pcpu_vstats *result, struct net_device *dev) in veth_stats_one()
163 static struct rtnl_link_stats64 *veth_get_stats64(struct net_device *dev, in veth_get_stats64()
187 static void veth_set_multicast_list(struct net_device *dev) in veth_set_multicast_list()
191 static int veth_open(struct net_device *dev) in veth_open()
206 static int veth_close(struct net_device *dev) in veth_close()
223 static int veth_change_mtu(struct net_device *dev, int new_mtu) in veth_change_mtu()
231 static int veth_dev_init(struct net_device *dev) in veth_dev_init()
239 static void veth_dev_free(struct net_device *dev) in veth_dev_free()
246 static void veth_poll_controller(struct net_device *dev) in veth_poll_controller()
260 static int veth_get_iflink(const struct net_device *dev) in veth_get_iflink()
297 static void veth_setup(struct net_device *dev) in veth_setup()
341 static int veth_newlink(struct net *src_net, struct net_device *dev, in veth_newlink()
457 static void veth_dellink(struct net_device *dev, struct list_head *head) in veth_dellink()
483 static struct net *veth_get_link_net(const struct net_device *dev) in veth_get_link_net()