Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dactions.c215 err = skb_mpls_update_lse(skb, lse); in set_mpls()
/linux/net/core/
H A Dskbuff.c6440 int skb_mpls_update_lse(struct sk_buff *skb, __be32 mpls_lse) in skb_mpls_update_lse() function
6461 EXPORT_SYMBOL_GPL(skb_mpls_update_lse);
6491 return skb_mpls_update_lse(skb, cpu_to_be32(lse)); in skb_mpls_dec_ttl()