Home
last modified time | relevance | path

Searched refs:vrf_dev (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/
Dvrf.c144 static void vrf_tx_error(struct net_device *vrf_dev, struct sk_buff *skb) in vrf_tx_error() argument
146 vrf_dev->stats.tx_errors++; in vrf_tx_error()
538 struct net_device *vrf_dev) in vrf_process_v4_outbound() argument
543 struct net *net = dev_net(vrf_dev); in vrf_process_v4_outbound()
553 fl4.flowi4_l3mdev = vrf_dev->ifindex; in vrf_process_v4_outbound()
570 if (rt->dst.dev == vrf_dev) in vrf_process_v4_outbound()
571 return vrf_local_xmit(skb, vrf_dev, &rt->dst); in vrf_process_v4_outbound()
586 vrf_dev->stats.tx_errors++; in vrf_process_v4_outbound()
593 vrf_tx_error(vrf_dev, skb); in vrf_process_v4_outbound()
631 struct net_device *vrf_dev = skb->dev; in vrf_finish_direct() local
[all …]