Searched refs:dev_forward_skb (Results 1 – 5 of 5) sorted by relevance
287 ret = dev_forward_skb(ipvlan->dev, nskb); in ipvlan_process_multicast()353 if (dev_forward_skb(ipvlan->dev, skb) == NET_RX_SUCCESS) in ipvlan_rcv_frame()661 dev_forward_skb(ipvlan->phy_dev, skb); in ipvlan_xmit_mode_l2()
130 if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) in l2tp_eth_dev_recv()
556 dev_forward_skb(vlan->lowerdev, skb); in macvlan_queue_xmit()
4302 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb);
2474 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in dev_forward_skb() function2478 EXPORT_SYMBOL_GPL(dev_forward_skb);