Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
Dskbuff.c5715 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto, in skb_mpls_push() argument
5721 if (unlikely(!eth_p_mpls(mpls_proto))) in skb_mpls_push()
5749 skb_mod_eth_type(skb, eth_hdr(skb), mpls_proto); in skb_mpls_push()
5750 skb->protocol = mpls_proto; in skb_mpls_push()
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h3595 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto,