Searched refs:dev_forward_skb (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ipvlan/ |
H A D | ipvlan_core.c | 274 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 D | ipvlan_core.c | 274 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 D | l2tp_eth.c | 148 if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) { in l2tp_eth_dev_recv()
|
/kernel/linux/linux-6.6/net/l2tp/ |
H A D | l2tp_eth.c | 148 if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) { in l2tp_eth_dev_recv()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | macvlan.c | 535 dev_forward_skb(vlan->lowerdev, skb); in macvlan_queue_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | macvlan.c | 549 dev_forward_skb(vlan->lowerdev, skb); in macvlan_queue_xmit()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 3964 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 3974 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb);
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 2237 * 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 D | filter.c | 2093 return dev_forward_skb(dev, skb); in __bpf_rx_skb()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 2198 * 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