Lines Matching refs:net_device
47 ((struct net_device *)rcu_dereference(dev->rx_handler_data))
51 struct net_device *dev;
166 static void vrf_tx_error(struct net_device *vrf_dev, struct sk_buff *skb) in vrf_tx_error()
178 struct net_device *dev = vrf_master_get_rcu(skb->dev); in vrf_handle_frame()
193 static struct rtnl_link_stats64 *vrf_get_stats64(struct net_device *dev, in vrf_get_stats64()
223 struct net_device *dev) in vrf_process_v6_outbound()
262 struct net_device *dev) in vrf_process_v6_outbound()
270 struct net_device *vrf_dev) in vrf_send_v4_prep()
293 struct net_device *vrf_dev) in vrf_process_v4_outbound()
328 static netdev_tx_t is_ip_tx_frame(struct sk_buff *skb, struct net_device *dev) in is_ip_tx_frame()
344 static netdev_tx_t vrf_xmit(struct sk_buff *skb, struct net_device *dev) in vrf_xmit()
408 struct net_device *dev = dst->dev; in vrf_finish_output6()
450 static int vrf_rt6_create(struct net_device *dev) in vrf_rt6_create()
507 static int vrf_rt6_create(struct net_device *dev) in vrf_rt6_create()
518 struct net_device *dev = dst->dev; in vrf_finish_output()
558 struct net_device *dev = skb_dst(skb)->dev; in vrf_output()
579 static struct rtable *vrf_rtable_create(struct net_device *dev) in vrf_rtable_create()
608 static void cycle_netdev(struct net_device *dev) in cycle_netdev()
628 struct net_device *dev) in __vrf_find_slave_dev()
652 static int do_vrf_add_slave(struct net_device *dev, struct net_device *port_dev) in do_vrf_add_slave()
690 static int vrf_add_slave(struct net_device *dev, struct net_device *port_dev) in vrf_add_slave()
699 static int do_vrf_del_slave(struct net_device *dev, struct net_device *port_dev) in do_vrf_del_slave()
721 static int vrf_del_slave(struct net_device *dev, struct net_device *port_dev) in vrf_del_slave()
726 static void vrf_dev_uninit(struct net_device *dev) in vrf_dev_uninit()
743 static int vrf_dev_init(struct net_device *dev) in vrf_dev_init()
783 static u32 vrf_fib_table(const struct net_device *dev) in vrf_fib_table()
790 static struct rtable *vrf_get_rtable(const struct net_device *dev, in vrf_get_rtable()
806 static int vrf_get_saddr(struct net_device *dev, struct flowi4 *fl4) in vrf_get_saddr()
841 static struct dst_entry *vrf_get_rt6_dst(const struct net_device *dev, in vrf_get_rt6_dst()
866 static void vrf_get_drvinfo(struct net_device *dev, in vrf_get_drvinfo()
877 static void vrf_setup(struct net_device *dev) in vrf_setup()
908 static void vrf_dellink(struct net_device *dev, struct list_head *head) in vrf_dellink()
913 static int vrf_newlink(struct net *src_net, struct net_device *dev, in vrf_newlink()
928 static size_t vrf_nl_getsize(const struct net_device *dev) in vrf_nl_getsize()
934 const struct net_device *dev) in vrf_fillinfo()
963 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in vrf_device_event()
967 struct net_device *vrf_dev; in vrf_device_event()