Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_mpls.c113 if (skb_mpls_update_lse(skb, new_lse)) in tcf_mpls_act()
/openbmc/linux/net/openvswitch/
H A Dactions.c210 err = skb_mpls_update_lse(skb, lse); in set_mpls()
/openbmc/linux/net/core/
H A Dskbuff.c6246 int skb_mpls_update_lse(struct sk_buff *skb, __be32 mpls_lse) in skb_mpls_update_lse() function
6267 EXPORT_SYMBOL_GPL(skb_mpls_update_lse);
6297 return skb_mpls_update_lse(skb, cpu_to_be32(lse)); in skb_mpls_dec_ttl()
/openbmc/linux/include/linux/
H A Dskbuff.h4038 int skb_mpls_update_lse(struct sk_buff *skb, __be32 mpls_lse);