Searched refs:skb_mpls_pop (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_mpls.c | 80 if (skb_mpls_pop(skb, p->tcfm_proto, mac_len, in tcf_mpls_act()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_mpls.c | 81 if (skb_mpls_pop(skb, p->tcfm_proto, mac_len, in tcf_mpls_act()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 183 err = skb_mpls_pop(skb, ethertype, skb->mac_len, in pop_mpls()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 186 err = skb_mpls_pop(skb, ethertype, skb->mac_len, in pop_mpls()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 5779 * skb_mpls_pop() - pop the outermost MPLS header 5790 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len, in skb_mpls_pop() function 5821 EXPORT_SYMBOL_GPL(skb_mpls_pop); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 6181 * skb_mpls_pop() - pop the outermost MPLS header 6192 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len, in skb_mpls_pop() function 6223 EXPORT_SYMBOL_GPL(skb_mpls_pop); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | skbuff.h | 3597 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 4005 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len,
|
Completed in 35 milliseconds