Searched refs:vrf_dev (Results 1 – 1 of 1) sorted by relevance
166 static void vrf_tx_error(struct net_device *vrf_dev, struct sk_buff *skb) in vrf_tx_error() argument168 vrf_dev->stats.tx_errors++; in vrf_tx_error()270 struct net_device *vrf_dev) in vrf_send_v4_prep() argument275 rt = ip_route_output_flow(dev_net(vrf_dev), fl4, NULL); in vrf_send_v4_prep()293 struct net_device *vrf_dev) in vrf_process_v4_outbound() argument299 .flowi4_oif = vrf_dev->ifindex, in vrf_process_v4_outbound()307 if (vrf_send_v4_prep(skb, &fl4, vrf_dev)) in vrf_process_v4_outbound()317 vrf_dev->stats.tx_errors++; in vrf_process_v4_outbound()324 vrf_tx_error(vrf_dev, skb); in vrf_process_v4_outbound()967 struct net_device *vrf_dev; in vrf_device_event() local[all …]