Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_core.c227 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()
/linux-4.1.27/net/l2tp/
Dl2tp_eth.c169 if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) { in l2tp_eth_dev_recv()
/linux-4.1.27/drivers/net/
Dveth.c121 if (likely(dev_forward_skb(rcv, skb) == NET_RX_SUCCESS)) { in veth_xmit()
Dmacvlan.c487 dev_forward_skb(vlan->lowerdev, skb); in macvlan_queue_xmit()
/linux-4.1.27/include/linux/
Dnetdevice.h2986 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb);
/linux-4.1.27/net/core/
Ddev.c1751 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in dev_forward_skb() function
1755 EXPORT_SYMBOL_GPL(dev_forward_skb);