Searched refs:skb_mpls_push (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/net/sched/ |
D | act_mpls.c | 84 if (skb_mpls_push(skb, new_lse, p->tcfm_proto, mac_len)) in tcf_mpls_act()
|
/Linux-v5.4/net/openvswitch/ |
D | actions.c | 168 err = skb_mpls_push(skb, mpls->mpls_lse, mpls->mpls_ethertype, in push_mpls()
|
/Linux-v5.4/net/core/ |
D | skbuff.c | 5486 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto, in skb_mpls_push() function 5524 EXPORT_SYMBOL_GPL(skb_mpls_push);
|
/Linux-v5.4/include/linux/ |
D | skbuff.h | 3529 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto,
|