Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ipvlan/
Dipvlan_core.c277 ret = dev_forward_skb(ipvlan->dev, nskb); in ipvlan_process_multicast()
343 if (dev_forward_skb(ipvlan->dev, skb) == NET_RX_SUCCESS) in ipvlan_rcv_frame()
650 dev_forward_skb(ipvlan->phy_dev, skb); in ipvlan_xmit_mode_l2()
/linux-6.14.4/net/l2tp/
Dl2tp_eth.c129 if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) in l2tp_eth_dev_recv()
/linux-6.14.4/drivers/net/
Dmacvlan.c549 dev_forward_skb(vlan->lowerdev, skb); in macvlan_queue_xmit()
/linux-6.14.4/include/linux/
Dnetdevice.h4191 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb);
/linux-6.14.4/net/core/
Ddev.c2431 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in dev_forward_skb() function
2435 EXPORT_SYMBOL_GPL(dev_forward_skb);