Searched refs:ETH_P_MPLS_UC (Results 1 – 3 of 3) sorted by relevance
27 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()
20 return eth_type == htons(ETH_P_MPLS_UC) || in eth_p_mpls()
79 #define ETH_P_MPLS_UC 0x8847 /* MPLS Unicast traffic */ macro