Home
last modified time | relevance | path

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

/linux/include/net/
A Dmpls.h22 eth_type == htons(ETH_P_MPLS_MC); in eth_p_mpls()
/linux/include/uapi/linux/
A Dif_ether.h80 #define ETH_P_MPLS_MC 0x8848 /* MPLS Multicast traffic */ macro
/linux/net/mpls/
A Dmpls_gso.c77 .type = cpu_to_be16(ETH_P_MPLS_MC),
/linux/Documentation/networking/
A Dbareudp.rst18 MPLS procotcol can have ethertypes ETH_P_MPLS_UC (unicast) & ETH_P_MPLS_MC (multicast).
/linux/drivers/net/
A Dbareudp.c109 proto = htons(ETH_P_MPLS_MC); in bareudp_udp_encap_recv()
125 proto = htons(ETH_P_MPLS_MC); in bareudp_udp_encap_recv()
451 proto == htons(ETH_P_MPLS_MC)) in bareudp_proto_valid()
/linux/samples/bpf/
A Dsockex3_kern.c281 case ETH_P_MPLS_MC: in parse_eth_proto()
/linux/Documentation/netlink/specs/
A Dovs_flow.yaml318 ethertype should ever be given are ETH_P_MPLS_UC and ETH_P_MPLS_MC,
336 ethertype should ever be given are ETH_P_MPLS_UC and ETH_P_MPLS_MC,
649 ETH_P_MPLS_UC or ETH_P_MPLS_MC to indicate the new packet contents.
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_flow.c127 case bpf_htons(ETH_P_MPLS_MC): in parse_eth_proto()
/linux/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.c441 case cpu_to_be16(ETH_P_MPLS_MC): in nfp_flower_calculate_key_layers()
/linux/net/core/
A Dflow_dissector.c1388 proto = htons(ETH_P_MPLS_MC); in __skb_flow_dissect()
1433 case htons(ETH_P_MPLS_MC): in __skb_flow_dissect()
/linux/drivers/net/ppp/
A Dppp_generic.c354 case ETH_P_MPLS_MC: in ethertype_to_npindex()
367 ETH_P_MPLS_MC,
/linux/net/sched/
A Dcls_flower.c1154 key->basic.n_proto = htons(ETH_P_MPLS_MC); in fl_set_key_pppoe()
1997 key->basic.n_proto == htons(ETH_P_MPLS_MC)) { in fl_set_key()
/linux/net/wireless/
A Dutil.c951 case htons(ETH_P_MPLS_MC): { in cfg80211_classify8021d()
/linux/drivers/infiniband/hw/mlx5/
A Dfs.c614 (eth_type == ETH_P_MPLS_MC)) && match_ipv); in is_valid_ethertype()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c4872 case htons(ETH_P_MPLS_MC): in mlx5e_gre_tunnel_inner_proto_offload_supported()

Completed in 65 milliseconds