Home
last modified time | relevance | path

Searched refs:ETH_P_MPLS_UC (Results 1 – 3 of 3) sorted by relevance

/include/net/
Dtun_proto.h27 return htons(ETH_P_MPLS_UC); in tun_p_to_eth_p()
43 case htons(ETH_P_MPLS_UC): in tun_p_from_eth_p()
Dmpls.h20 return eth_type == htons(ETH_P_MPLS_UC) || in eth_p_mpls()
/include/uapi/linux/
Dif_ether.h79 #define ETH_P_MPLS_UC 0x8847 /* MPLS Unicast traffic */ macro