Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_mpls.c89 if (skb_mpls_update_lse(skb, new_lse)) in tcf_mpls_act()
/Linux-v5.4/net/openvswitch/
Dactions.c199 err = skb_mpls_update_lse(skb, lse); in set_mpls()
/Linux-v5.4/net/core/
Dskbuff.c5579 int skb_mpls_update_lse(struct sk_buff *skb, __be32 mpls_lse) in skb_mpls_update_lse() function
5600 EXPORT_SYMBOL_GPL(skb_mpls_update_lse);
5627 return skb_mpls_update_lse(skb, cpu_to_be32(lse)); in skb_mpls_dec_ttl()
/Linux-v5.4/include/linux/
Dskbuff.h3532 int skb_mpls_update_lse(struct sk_buff *skb, __be32 mpls_lse);