Lines Matching refs:net_device
41 static struct internal_dev *internal_dev_priv(struct net_device *netdev) in internal_dev_priv()
47 static int internal_dev_xmit(struct sk_buff *skb, struct net_device *netdev) in internal_dev_xmit()
69 static int internal_dev_open(struct net_device *netdev) in internal_dev_open()
75 static int internal_dev_stop(struct net_device *netdev) in internal_dev_stop()
81 static void internal_dev_getinfo(struct net_device *netdev, in internal_dev_getinfo()
92 static int internal_dev_change_mtu(struct net_device *netdev, int new_mtu) in internal_dev_change_mtu()
101 static void internal_dev_destructor(struct net_device *dev) in internal_dev_destructor()
110 internal_get_stats(struct net_device *dev, struct rtnl_link_stats64 *stats) in internal_get_stats()
154 static void do_setup(struct net_device *netdev) in do_setup()
247 struct net_device *netdev = skb->dev; in internal_dev_recv()
281 int ovs_is_internal_dev(const struct net_device *netdev) in ovs_is_internal_dev()
286 struct vport *ovs_internal_dev_get_vport(struct net_device *netdev) in ovs_internal_dev_get_vport()