Home
last modified time | relevance | path

Searched refs:skb_mpls_pop (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/sched/
Dact_mpls.c79 if (skb_mpls_pop(skb, p->tcfm_proto, mac_len)) in tcf_mpls_act()
/Linux-v5.4/net/openvswitch/
Dactions.c182 err = skb_mpls_pop(skb, ethertype, skb->mac_len); in pop_mpls()
/Linux-v5.4/net/core/
Dskbuff.c5537 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len) in skb_mpls_pop() function
5567 EXPORT_SYMBOL_GPL(skb_mpls_pop);
/Linux-v5.4/include/linux/
Dskbuff.h3531 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len);