Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ipvlan/
Dipvlan_core.c274 ret = dev_forward_skb(ipvlan->dev, nskb); in ipvlan_process_multicast()
340 if (dev_forward_skb(ipvlan->dev, skb) == NET_RX_SUCCESS) in ipvlan_rcv_frame()
627 dev_forward_skb(ipvlan->phy_dev, skb); in ipvlan_xmit_mode_l2()
/Linux-v6.6/net/l2tp/
Dl2tp_eth.c148 if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) { in l2tp_eth_dev_recv()
/Linux-v6.6/drivers/net/
Dmacvlan.c549 dev_forward_skb(vlan->lowerdev, skb); in macvlan_queue_xmit()
/Linux-v6.6/include/linux/
Dnetdevice.h3952 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb);
/Linux-v6.6/net/core/
Ddev.c2215 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in dev_forward_skb() function
2219 EXPORT_SYMBOL_GPL(dev_forward_skb);