Home
last modified time | relevance | path

Searched refs:ETH_P_MPLS_MC (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/include/net/
Dmpls.h21 eth_type == htons(ETH_P_MPLS_MC); in eth_p_mpls()
/Linux-v5.4/include/uapi/linux/
Dif_ether.h80 #define ETH_P_MPLS_MC 0x8848 /* MPLS Multicast traffic */ macro
/Linux-v5.4/net/mpls/
Dmpls_gso.c70 .type = cpu_to_be16(ETH_P_MPLS_MC),
/Linux-v5.4/samples/bpf/
Dsockex3_kern.c47 case ETH_P_MPLS_MC: in parse_eth_proto()
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dbpf_flow.c126 case bpf_htons(ETH_P_MPLS_MC): in parse_eth_proto()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c123 match.key->n_proto == cpu_to_be16(ETH_P_MPLS_MC)) { in nfp_flower_compile_mac()
Doffload.c364 case cpu_to_be16(ETH_P_MPLS_MC): in nfp_flower_calculate_key_layers()
/Linux-v5.4/drivers/net/ppp/
Dppp_generic.c349 case ETH_P_MPLS_MC: in ethertype_to_npindex()
362 ETH_P_MPLS_MC,
/Linux-v5.4/net/wireless/
Dutil.c771 case htons(ETH_P_MPLS_MC): { in cfg80211_classify8021d()
/Linux-v5.4/net/core/
Dflow_dissector.c1154 case htons(ETH_P_MPLS_MC): in __skb_flow_dissect()
/Linux-v5.4/net/sched/
Dcls_flower.c1169 key->basic.n_proto == htons(ETH_P_MPLS_MC)) { in fl_set_key()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c3159 (eth_type == ETH_P_MPLS_MC)) && match_ipv); in is_valid_ethertype()