Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dmpls.h24 return eth_type == htons(ETH_P_MPLS_UC) || in eth_p_mpls()
/linux-4.4.14/net/mpls/
Dmpls_gso.c72 .type = cpu_to_be16(ETH_P_MPLS_UC),
Dmpls_iptunnel.c97 skb->protocol = htons(ETH_P_MPLS_UC); in mpls_output()
Daf_mpls.c301 skb->protocol = htons(ETH_P_MPLS_UC); in mpls_forward()
340 .type = cpu_to_be16(ETH_P_MPLS_UC),
/linux-4.4.14/include/uapi/linux/
Dif_ether.h72 #define ETH_P_MPLS_UC 0x8847 /* MPLS Unicast traffic */ macro
/linux-4.4.14/samples/bpf/
Dsockex3_kern.c46 case ETH_P_MPLS_UC: in parse_eth_proto()
273 parse_eth_proto(skb, ETH_P_MPLS_UC); in PROG()
/linux-4.4.14/net/core/
Dflow_dissector.c315 case htons(ETH_P_MPLS_UC): in __skb_flow_dissect()
477 proto = htons(ETH_P_MPLS_UC); in __skb_flow_dissect()
Dpktgen.c2814 protocol = htons(ETH_P_MPLS_UC); in fill_packet_ipv4()
2943 protocol = htons(ETH_P_MPLS_UC); in fill_packet_ipv6()
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c341 case ETH_P_MPLS_UC: in ethertype_to_npindex()
355 ETH_P_MPLS_UC,
/linux-4.4.14/net/wireless/
Dutil.c775 case htons(ETH_P_MPLS_UC): in cfg80211_classify8021d()