Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dmpls.h22 eth_type == htons(ETH_P_MPLS_MC); in eth_p_mpls()
/openbmc/u-boot/include/linux/
H A Dif_ether.h83 #define ETH_P_MPLS_MC 0x8848 /* MPLS Multicast traffic */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h80 #define ETH_P_MPLS_MC 0x8848 /* MPLS Multicast traffic */ macro
/openbmc/linux/net/mpls/
H A Dmpls_gso.c77 .type = cpu_to_be16(ETH_P_MPLS_MC),
/openbmc/linux/Documentation/networking/
H A Dbareudp.rst18 MPLS procotcol can have ethertypes ETH_P_MPLS_UC (unicast) & ETH_P_MPLS_MC (multicast).
/openbmc/linux/drivers/net/
H A Dbareudp.c108 proto = htons(ETH_P_MPLS_MC); in bareudp_udp_encap_recv()
124 proto = htons(ETH_P_MPLS_MC); in bareudp_udp_encap_recv()
446 proto == htons(ETH_P_MPLS_MC)) in bareudp_proto_valid()
/openbmc/linux/samples/bpf/
H A Dsockex3_kern.c281 case ETH_P_MPLS_MC: in parse_eth_proto()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c127 case bpf_htons(ETH_P_MPLS_MC): in parse_eth_proto()
/openbmc/linux/Documentation/netlink/specs/
H A Dovs_flow.yaml315 ethertype should ever be given are ETH_P_MPLS_UC and ETH_P_MPLS_MC,
333 ethertype should ever be given are ETH_P_MPLS_UC and ETH_P_MPLS_MC,
645 ETH_P_MPLS_UC or ETH_P_MPLS_MC to indicate the new packet contents.
/openbmc/linux/net/core/
H A Dflow_dissector.c1364 proto = htons(ETH_P_MPLS_MC); in __skb_flow_dissect()
1409 case htons(ETH_P_MPLS_MC): in __skb_flow_dissect()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c164 match.key->n_proto == cpu_to_be16(ETH_P_MPLS_MC)) { in nfp_flower_compile_mpls()
H A Doffload.c437 case cpu_to_be16(ETH_P_MPLS_MC): in nfp_flower_calculate_key_layers()
/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c352 case ETH_P_MPLS_MC: in ethertype_to_npindex()
365 ETH_P_MPLS_MC,
/openbmc/linux/net/wireless/
H A Dutil.c957 case htons(ETH_P_MPLS_MC): { in cfg80211_classify8021d()
/openbmc/linux/net/sched/
H A Dcls_flower.c1130 key->basic.n_proto = htons(ETH_P_MPLS_MC); in fl_set_key_pppoe()
1880 key->basic.n_proto == htons(ETH_P_MPLS_MC)) { in fl_set_key()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c614 (eth_type == ETH_P_MPLS_MC)) && match_ipv); in is_valid_ethertype()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4666 case htons(ETH_P_MPLS_MC): in mlx5e_gre_tunnel_inner_proto_offload_supported()