Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dmpls.h22 eth_type == htons(ETH_P_MPLS_MC); in eth_p_mpls()
/Linux-v5.15/include/uapi/linux/
Dif_ether.h80 #define ETH_P_MPLS_MC 0x8848 /* MPLS Multicast traffic */ macro
/Linux-v5.15/net/mpls/
Dmpls_gso.c73 .type = cpu_to_be16(ETH_P_MPLS_MC),
/Linux-v5.15/Documentation/networking/
Dbareudp.rst18 MPLS procotcol can have ethertypes ETH_P_MPLS_UC (unicast) & ETH_P_MPLS_MC (multicast).
/Linux-v5.15/drivers/net/
Dbareudp.c100 proto = htons(ETH_P_MPLS_MC); in bareudp_udp_encap_recv()
116 proto = htons(ETH_P_MPLS_MC); in bareudp_udp_encap_recv()
416 proto == htons(ETH_P_MPLS_MC)) in bareudp_proto_valid()
/Linux-v5.15/samples/bpf/
Dsockex3_kern.c50 case ETH_P_MPLS_MC: in parse_eth_proto()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dbpf_flow.c126 case bpf_htons(ETH_P_MPLS_MC): in parse_eth_proto()
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c162 match.key->n_proto == cpu_to_be16(ETH_P_MPLS_MC)) { in nfp_flower_compile_mpls()
Doffload.c437 case cpu_to_be16(ETH_P_MPLS_MC): in nfp_flower_calculate_key_layers()
/Linux-v5.15/drivers/net/ppp/
Dppp_generic.c348 case ETH_P_MPLS_MC: in ethertype_to_npindex()
361 ETH_P_MPLS_MC,
/Linux-v5.15/net/core/
Dflow_dissector.c1239 case htons(ETH_P_MPLS_MC): in __skb_flow_dissect()
/Linux-v5.15/net/wireless/
Dutil.c866 case htons(ETH_P_MPLS_MC): { in cfg80211_classify8021d()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dfs.c672 (eth_type == ETH_P_MPLS_MC)) && match_ipv); in is_valid_ethertype()
/Linux-v5.15/net/sched/
Dcls_flower.c1618 key->basic.n_proto == htons(ETH_P_MPLS_MC)) { in fl_set_key()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c3944 case htons(ETH_P_MPLS_MC): in mlx5e_gre_tunnel_inner_proto_offload_supported()