Home
last modified time | relevance | path

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

/linux/drivers/net/ipvlan/
H A Dipvlan_core.c287 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()
/linux/net/l2tp/
H A Dl2tp_eth.c130 if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) in l2tp_eth_dev_recv()
/linux/drivers/net/
H A Dmacvlan.c556 dev_forward_skb(vlan->lowerdev, skb); in macvlan_queue_xmit()
/linux/include/linux/
H A Dnetdevice.h4302 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb);
/linux/net/core/
H A Ddev.c2474 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in dev_forward_skb() function
2478 EXPORT_SYMBOL_GPL(dev_forward_skb);