Home
last modified time | relevance | path

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

/linux-6.14.4/net/sched/
Dact_mpls.c87 if (skb_mpls_push(skb, new_lse, p->tcfm_proto, mac_len, in tcf_mpls_act()
105 if (skb_mpls_push(skb, new_lse, p->tcfm_proto, 0, false)) in tcf_mpls_act()
/linux-6.14.4/net/openvswitch/
Dactions.c175 err = skb_mpls_push(skb, mpls_lse, mpls_ethertype, mac_len, !!mac_len); in push_mpls()
/linux-6.14.4/net/core/
Dskbuff.c6344 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto, in skb_mpls_push() function
6383 EXPORT_SYMBOL_GPL(skb_mpls_push);
/linux-6.14.4/include/linux/
Dskbuff.h4185 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto,