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

/linux-master/net/sched/
H A Dact_mpls.c81 if (skb_mpls_pop(skb, p->tcfm_proto, mac_len,
/linux-master/net/openvswitch/
H A Dactions.c186 err = skb_mpls_pop(skb, ethertype, skb->mac_len,
/linux-master/net/core/
H A Dskbuff.c6379 * skb_mpls_pop() - pop the outermost MPLS header
6390 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len, function
6421 EXPORT_SYMBOL_GPL(skb_mpls_pop); variable
/linux-master/include/linux/
H A Dskbuff.h4099 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len,

Completed in 363 milliseconds