Searched refs:skb_mpls_push (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
D | act_mpls.c | 86 if (skb_mpls_push(skb, new_lse, p->tcfm_proto, mac_len, in tcf_mpls_act() 104 if (skb_mpls_push(skb, new_lse, p->tcfm_proto, 0, false)) in tcf_mpls_act()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
D | actions.c | 167 err = skb_mpls_push(skb, mpls_lse, mpls_ethertype, mac_len, !!mac_len); in push_mpls()
|
/kernel/linux/linux-5.10/net/core/ |
D | skbuff.c | 5707 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto, in skb_mpls_push() function 5746 EXPORT_SYMBOL_GPL(skb_mpls_push);
|
/kernel/linux/linux-5.10/include/linux/ |
D | skbuff.h | 3586 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto,
|