Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dmpls.h22 eth_type == htons(ETH_P_MPLS_MC); in eth_p_mpls()
/linux-6.3-rc2/include/uapi/linux/
A Dif_ether.h80 #define ETH_P_MPLS_MC 0x8848 /* MPLS Multicast traffic */ macro
/linux-6.3-rc2/net/mpls/
A Dmpls_gso.c73 .type = cpu_to_be16(ETH_P_MPLS_MC),
/linux-6.3-rc2/drivers/net/
A Dbareudp.c107 proto = htons(ETH_P_MPLS_MC); in bareudp_udp_encap_recv()
123 proto = htons(ETH_P_MPLS_MC); in bareudp_udp_encap_recv()
424 proto == htons(ETH_P_MPLS_MC)) in bareudp_proto_valid()
/linux-6.3-rc2/Documentation/networking/
A Dbareudp.rst18 MPLS procotcol can have ethertypes ETH_P_MPLS_UC (unicast) & ETH_P_MPLS_MC (multicast).
/linux-6.3-rc2/samples/bpf/
A Dsockex3_kern.c281 case ETH_P_MPLS_MC: in parse_eth_proto()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbpf_flow.c127 case bpf_htons(ETH_P_MPLS_MC): in parse_eth_proto()
/linux-6.3-rc2/net/core/
A Dflow_dissector.c1286 proto = htons(ETH_P_MPLS_MC); in __skb_flow_dissect()
1331 case htons(ETH_P_MPLS_MC): in __skb_flow_dissect()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/
A Dmatch.c164 match.key->n_proto == cpu_to_be16(ETH_P_MPLS_MC)) { in nfp_flower_compile_mpls()
A Doffload.c437 case cpu_to_be16(ETH_P_MPLS_MC): in nfp_flower_calculate_key_layers()
/linux-6.3-rc2/drivers/net/ppp/
A Dppp_generic.c351 case ETH_P_MPLS_MC: in ethertype_to_npindex()
364 ETH_P_MPLS_MC,
/linux-6.3-rc2/net/sched/
A Dcls_flower.c1085 key->basic.n_proto = htons(ETH_P_MPLS_MC); in fl_set_key_pppoe()
1780 key->basic.n_proto == htons(ETH_P_MPLS_MC)) { in fl_set_key()
/linux-6.3-rc2/net/wireless/
A Dutil.c939 case htons(ETH_P_MPLS_MC): { in cfg80211_classify8021d()
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dfs.c614 (eth_type == ETH_P_MPLS_MC)) && match_ipv); in is_valid_ethertype()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c4573 case htons(ETH_P_MPLS_MC): in mlx5e_gre_tunnel_inner_proto_offload_supported()

Completed in 47 milliseconds