Searched refs:skb_mpls_pop (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | act_mpls.c | 81 if (skb_mpls_pop(skb, p->tcfm_proto, mac_len, in tcf_mpls_act()
|
/openbmc/linux/net/openvswitch/ |
H A D | actions.c | 186 err = skb_mpls_pop(skb, ethertype, skb->mac_len, in pop_mpls()
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 6203 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len, in skb_mpls_pop() function 6234 EXPORT_SYMBOL_GPL(skb_mpls_pop);
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 4036 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len,
|