Lines Matching refs:net_device
64 static void vrf_rx_stats(struct net_device *dev, int len) in vrf_rx_stats()
74 static void vrf_tx_error(struct net_device *vrf_dev, struct sk_buff *skb) in vrf_tx_error()
80 static void vrf_get_stats64(struct net_device *dev, in vrf_get_stats64()
110 static bool qdisc_tx_is_default(const struct net_device *dev) in qdisc_tx_is_default()
127 static int vrf_local_xmit(struct sk_buff *skb, struct net_device *dev, in vrf_local_xmit()
168 struct net_device *dev) in vrf_process_v6_outbound()
224 struct net_device *dev) in vrf_process_v6_outbound()
246 struct net_device *vrf_dev) in vrf_process_v4_outbound()
305 static netdev_tx_t is_ip_tx_frame(struct sk_buff *skb, struct net_device *dev) in is_ip_tx_frame()
318 static netdev_tx_t vrf_xmit(struct sk_buff *skb, struct net_device *dev) in vrf_xmit()
340 struct net_device *vrf_dev = skb->dev; in vrf_finish_direct()
366 struct net_device *dev = dst->dev; in vrf_finish_output6()
408 static struct sk_buff *vrf_ip6_out_redirect(struct net_device *vrf_dev, in vrf_ip6_out_redirect()
447 static struct sk_buff *vrf_ip6_out_direct(struct net_device *vrf_dev, in vrf_ip6_out_direct()
471 static struct sk_buff *vrf_ip6_out(struct net_device *vrf_dev, in vrf_ip6_out()
486 static void vrf_rt6_release(struct net_device *dev, struct net_vrf *vrf) in vrf_rt6_release()
507 static int vrf_rt6_create(struct net_device *dev) in vrf_rt6_create()
539 static struct sk_buff *vrf_ip6_out(struct net_device *vrf_dev, in vrf_ip6_out()
546 static void vrf_rt6_release(struct net_device *dev, struct net_vrf *vrf) in vrf_rt6_release()
550 static int vrf_rt6_create(struct net_device *dev) in vrf_rt6_create()
561 struct net_device *dev = dst->dev; in vrf_finish_output()
606 struct net_device *dev = skb_dst(skb)->dev; in vrf_output()
623 static struct sk_buff *vrf_ip_out_redirect(struct net_device *vrf_dev, in vrf_ip_out_redirect()
662 static struct sk_buff *vrf_ip_out_direct(struct net_device *vrf_dev, in vrf_ip_out_direct()
686 static struct sk_buff *vrf_ip_out(struct net_device *vrf_dev, in vrf_ip_out()
702 static struct sk_buff *vrf_l3_out(struct net_device *vrf_dev, in vrf_l3_out()
718 static void vrf_rtable_release(struct net_device *dev, struct net_vrf *vrf) in vrf_rtable_release()
739 static int vrf_rtable_create(struct net_device *dev) in vrf_rtable_create()
763 static void cycle_netdev(struct net_device *dev) in cycle_netdev()
782 static int do_vrf_add_slave(struct net_device *dev, struct net_device *port_dev) in do_vrf_add_slave()
806 static int vrf_add_slave(struct net_device *dev, struct net_device *port_dev) in vrf_add_slave()
815 static int do_vrf_del_slave(struct net_device *dev, struct net_device *port_dev) in do_vrf_del_slave()
825 static int vrf_del_slave(struct net_device *dev, struct net_device *port_dev) in vrf_del_slave()
830 static void vrf_dev_uninit(struct net_device *dev) in vrf_dev_uninit()
841 static int vrf_dev_init(struct net_device *dev) in vrf_dev_init()
884 static u32 vrf_fib_table(const struct net_device *dev) in vrf_fib_table()
899 struct net_device *dev) in vrf_rcv_nfhook()
945 const struct net_device *dev, in vrf_ip6_route_lookup()
969 static void vrf_ip6_input_dst(struct sk_buff *skb, struct net_device *vrf_dev, in vrf_ip6_input_dst()
995 static struct sk_buff *vrf_ip6_rcv(struct net_device *vrf_dev, in vrf_ip6_rcv()
1039 static struct sk_buff *vrf_ip6_rcv(struct net_device *vrf_dev, in vrf_ip6_rcv()
1046 static struct sk_buff *vrf_ip_rcv(struct net_device *vrf_dev, in vrf_ip_rcv()
1078 static struct sk_buff *vrf_l3_rcv(struct net_device *vrf_dev, in vrf_l3_rcv()
1096 static struct dst_entry *vrf_link_scope_lookup(const struct net_device *dev, in vrf_link_scope_lookup()
1134 static void vrf_get_drvinfo(struct net_device *dev, in vrf_get_drvinfo()
1156 static int vrf_fib_rule(const struct net_device *dev, __u8 family, bool add_it) in vrf_fib_rule()
1211 static int vrf_add_fib_rules(const struct net_device *dev) in vrf_add_fib_rules()
1244 static void vrf_setup(struct net_device *dev) in vrf_setup()
1294 static void vrf_dellink(struct net_device *dev, struct list_head *head) in vrf_dellink()
1296 struct net_device *port_dev; in vrf_dellink()
1305 static int vrf_newlink(struct net *src_net, struct net_device *dev, in vrf_newlink()
1347 static size_t vrf_nl_getsize(const struct net_device *dev) in vrf_nl_getsize()
1353 const struct net_device *dev) in vrf_fillinfo()
1360 static size_t vrf_get_slave_size(const struct net_device *bond_dev, in vrf_get_slave_size()
1361 const struct net_device *slave_dev) in vrf_get_slave_size()
1367 const struct net_device *vrf_dev, in vrf_fill_slave_info()
1368 const struct net_device *slave_dev) in vrf_fill_slave_info()
1403 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in vrf_device_event()
1407 struct net_device *vrf_dev; in vrf_device_event()