Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dmpls.h24 return eth_type == htons(ETH_P_MPLS_UC) || in eth_p_mpls()
/linux-4.1.27/include/uapi/linux/
Dif_ether.h71 #define ETH_P_MPLS_UC 0x8847 /* MPLS Unicast traffic */ macro
/linux-4.1.27/net/mpls/
Dmpls_gso.c71 .type = cpu_to_be16(ETH_P_MPLS_UC),
Daf_mpls.c209 skb->protocol = htons(ETH_P_MPLS_UC); in mpls_forward()
241 .type = cpu_to_be16(ETH_P_MPLS_UC),
/linux-4.1.27/drivers/net/ppp/
Dppp_generic.c339 case ETH_P_MPLS_UC: in ethertype_to_npindex()
353 ETH_P_MPLS_UC,
/linux-4.1.27/net/wireless/
Dutil.c775 case htons(ETH_P_MPLS_UC): in cfg80211_classify8021d()
/linux-4.1.27/net/core/
Dpktgen.c2763 protocol = htons(ETH_P_MPLS_UC); in fill_packet_ipv4()
2892 protocol = htons(ETH_P_MPLS_UC); in fill_packet_ipv6()