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

/linux-master/net/core/
H A Dskbuff.c6328 * @mpls_proto: ethertype of the new MPLS header (expects 0x8847 or 0x8848)
6337 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto, argument
6343 if (unlikely(!eth_p_mpls(mpls_proto)))
6371 skb_mod_eth_type(skb, eth_hdr(skb), mpls_proto);
6372 skb->protocol = mpls_proto;
/linux-master/include/linux/
H A Dskbuff.h4097 int skb_mpls_push(struct sk_buff *skb, __be32 mpls_lse, __be16 mpls_proto,

Completed in 146 milliseconds