Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dact_mpls.c80 if (skb_mpls_pop(skb, p->tcfm_proto, mac_len, in tcf_mpls_act()
/kernel/linux/linux-6.6/net/sched/
H A Dact_mpls.c81 if (skb_mpls_pop(skb, p->tcfm_proto, mac_len, in tcf_mpls_act()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dactions.c183 err = skb_mpls_pop(skb, ethertype, skb->mac_len, in pop_mpls()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dactions.c186 err = skb_mpls_pop(skb, ethertype, skb->mac_len, in pop_mpls()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c5779 * 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 Dskbuff.c6181 * 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 Dskbuff.h3597 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len,
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h4005 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len,

Completed in 35 milliseconds