Home
last modified time | relevance | path

Searched refs:skb_eth_pop (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dact_vlan.c81 err = skb_eth_pop(skb); in tcf_vlan_act()
/kernel/linux/linux-6.6/net/sched/
H A Dact_vlan.c82 err = skb_eth_pop(skb); in tcf_vlan_act()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dactions.c285 err = skb_eth_pop(skb); in pop_eth()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dactions.c288 err = skb_eth_pop(skb); in pop_eth()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c5643 * skb_eth_pop() - Drop the Ethernet header at the head of a packet
5654 int skb_eth_pop(struct sk_buff *skb) in skb_eth_pop() function
5666 EXPORT_SYMBOL(skb_eth_pop); variable
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c6045 * skb_eth_pop() - Drop the Ethernet header at the head of a packet
6056 int skb_eth_pop(struct sk_buff *skb) in skb_eth_pop() function
6068 EXPORT_SYMBOL(skb_eth_pop); variable
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h3592 int skb_eth_pop(struct sk_buff *skb);
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h4000 int skb_eth_pop(struct sk_buff *skb);

Completed in 35 milliseconds