Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dact_mpls.c111 if (skb_mpls_update_lse(skb, new_lse)) in tcf_mpls_act()
/linux-6.1.9/net/openvswitch/
Dactions.c208 err = skb_mpls_update_lse(skb, lse); in set_mpls()
/linux-6.1.9/net/core/
Dskbuff.c6043 int skb_mpls_update_lse(struct sk_buff *skb, __be32 mpls_lse) in skb_mpls_update_lse() function
6064 EXPORT_SYMBOL_GPL(skb_mpls_update_lse);
6094 return skb_mpls_update_lse(skb, cpu_to_be32(lse)); in skb_mpls_dec_ttl()
/linux-6.1.9/include/linux/
Dskbuff.h3957 int skb_mpls_update_lse(struct sk_buff *skb, __be32 mpls_lse);