Searched refs:mpls_proto (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 5728 * @mpls_proto: ethertype of the new MPLS header (expects 0x8847 or 0x8848) 5737 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto, in skb_mpls_push() argument 5743 if (unlikely(!eth_p_mpls(mpls_proto))) in skb_mpls_push() 5771 skb_mod_eth_type(skb, eth_hdr(skb), mpls_proto); in skb_mpls_push() 5772 skb->protocol = mpls_proto; in skb_mpls_push()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 6130 * @mpls_proto: ethertype of the new MPLS header (expects 0x8847 or 0x8848) 6139 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto, in skb_mpls_push() argument 6145 if (unlikely(!eth_p_mpls(mpls_proto))) in skb_mpls_push() 6173 skb_mod_eth_type(skb, eth_hdr(skb), mpls_proto); in skb_mpls_push() 6174 skb->protocol = mpls_proto; in skb_mpls_push()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | skbuff.h | 3595 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 4003 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto,
|
Completed in 29 milliseconds