Searched refs:dev_forward_skb (Results 1 – 6 of 6) sorted by relevance
227 ret = dev_forward_skb(ipvlan->dev, nskb); in ipvlan_multicast_frame()247 dev_forward_skb(port->dev, nskb); in ipvlan_multicast_frame()275 if (dev_forward_skb(ipvlan->dev, skb) == NET_RX_SUCCESS) in ipvlan_rcv_frame()493 return dev_forward_skb(ipvlan->phy_dev, skb); in ipvlan_xmit_mode_l2()
169 if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) { in l2tp_eth_dev_recv()
121 if (likely(dev_forward_skb(rcv, skb) == NET_RX_SUCCESS)) { in veth_xmit()
487 dev_forward_skb(vlan->lowerdev, skb); in macvlan_queue_xmit()
2986 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb);
1751 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in dev_forward_skb() function1755 EXPORT_SYMBOL_GPL(dev_forward_skb);