Lines Matching refs:vrf_dev
166 static void vrf_tx_error(struct net_device *vrf_dev, struct sk_buff *skb) in vrf_tx_error() argument
168 vrf_dev->stats.tx_errors++; in vrf_tx_error()
270 struct net_device *vrf_dev) in vrf_send_v4_prep() argument
275 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() argument
299 .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
972 vrf_dev = netdev_master_upper_dev_get(dev); in vrf_device_event()
973 vrf_del_slave(vrf_dev, dev); in vrf_device_event()