Home
last modified time | relevance | path

Searched refs:dev_forward_skb (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ipvlan/
H A Dipvlan_core.c274 ret = dev_forward_skb(ipvlan->dev, nskb); in ipvlan_process_multicast()
341 if (dev_forward_skb(ipvlan->dev, skb) == NET_RX_SUCCESS) in ipvlan_rcv_frame()
638 dev_forward_skb(ipvlan->phy_dev, skb); in ipvlan_xmit_mode_l2()
/kernel/linux/linux-6.6/drivers/net/ipvlan/
H A 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()
636 dev_forward_skb(ipvlan->phy_dev, skb); in ipvlan_xmit_mode_l2()
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_eth.c148 if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) { in l2tp_eth_dev_recv()
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_eth.c148 if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) { in l2tp_eth_dev_recv()
/kernel/linux/linux-5.10/drivers/net/
H A Dmacvlan.c535 dev_forward_skb(vlan->lowerdev, skb); in macvlan_queue_xmit()
/kernel/linux/linux-6.6/drivers/net/
H A Dmacvlan.c549 dev_forward_skb(vlan->lowerdev, skb); in macvlan_queue_xmit()
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h3964 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb);
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h3974 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb);
/kernel/linux/linux-5.10/net/core/
H A Ddev.c2237 * dev_forward_skb - loopback an skb to another netif
2246 * dev_forward_skb can be used for injecting an skb from the
2254 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in dev_forward_skb() function
2258 EXPORT_SYMBOL_GPL(dev_forward_skb); variable
H A Dfilter.c2093 return dev_forward_skb(dev, skb); in __bpf_rx_skb()
/kernel/linux/linux-6.6/net/core/
H A Ddev.c2198 * dev_forward_skb - loopback an skb to another netif
2207 * dev_forward_skb can be used for injecting an skb from the
2215 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in dev_forward_skb() function
2219 EXPORT_SYMBOL_GPL(dev_forward_skb); variable

Completed in 61 milliseconds