Searched refs:ETH_P_MPLS_UC (Results 1 – 25 of 25) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_tc_tunnel.c | 154 case ETH_P_MPLS_UC: in __encap_ipv4() 196 case ETH_P_MPLS_UC: in __encap_ipv4() 285 case ETH_P_MPLS_UC: in __encap_ipv6() 326 case ETH_P_MPLS_UC: in __encap_ipv6() 394 return encap_ipv4(skb, IPPROTO_GRE, ETH_P_MPLS_UC); in __encap_gre_mpls() 421 return encap_ipv4(skb, IPPROTO_UDP, ETH_P_MPLS_UC); in __encap_udp_mpls() 477 return encap_ipv6(skb, IPPROTO_GRE, ETH_P_MPLS_UC); in __encap_ip6gre_mpls() 504 return encap_ipv6(skb, IPPROTO_UDP, ETH_P_MPLS_UC); in __encap_ip6udp_mpls() 544 case ETH_P_MPLS_UC: in decap_internal()
|
A D | bpf_flow.c | 126 case bpf_htons(ETH_P_MPLS_UC): in parse_eth_proto()
|
/linux/include/net/ |
A D | tun_proto.h | 27 return htons(ETH_P_MPLS_UC); in tun_p_to_eth_p() 43 case htons(ETH_P_MPLS_UC): in tun_p_from_eth_p()
|
A D | mpls.h | 21 return eth_type == htons(ETH_P_MPLS_UC) || in eth_p_mpls()
|
/linux/Documentation/networking/ |
A D | bareudp.rst | 18 MPLS procotcol can have ethertypes ETH_P_MPLS_UC (unicast) & ETH_P_MPLS_MC (multicast). 20 This special handling can be enabled only for ethertypes ETH_P_IP & ETH_P_MPLS_UC
|
/linux/samples/bpf/ |
A D | sockex3_kern.c | 49 case ETH_P_MPLS_UC: in parse_eth_proto() 276 parse_eth_proto(skb, ETH_P_MPLS_UC); in PROG()
|
/linux/include/uapi/linux/ |
A D | if_ether.h | 79 #define ETH_P_MPLS_UC 0x8847 /* MPLS Unicast traffic */ macro
|
/linux/net/mpls/ |
A D | mpls_gso.c | 81 .type = cpu_to_be16(ETH_P_MPLS_UC),
|
A D | mpls_iptunnel.c | 122 skb->protocol = htons(ETH_P_MPLS_UC); in mpls_xmit()
|
A D | af_mpls.c | 136 if (skb->protocol == htons(ETH_P_MPLS_UC)) { in mpls_stats_inc_outucastpkts() 431 skb->protocol = htons(ETH_P_MPLS_UC); in mpls_forward() 480 .type = cpu_to_be16(ETH_P_MPLS_UC), 2433 skb->protocol = htons(ETH_P_MPLS_UC); in mpls_getroute()
|
/linux/drivers/net/ |
A D | bareudp.c | 91 } else if (bareudp->ethertype == htons(ETH_P_MPLS_UC)) { in bareudp_udp_encap_recv() 415 if (bareudp->ethertype == htons(ETH_P_MPLS_UC) && in bareudp_proto_valid() 618 (conf->ethertype != htons(ETH_P_MPLS_UC) && in bareudp_configure()
|
/linux/net/ipv4/ |
A D | ipip.c | 208 .proto = htons(ETH_P_MPLS_UC), 288 case htons(ETH_P_MPLS_UC): in ipip_tunnel_xmit()
|
/linux/net/sched/ |
A D | act_mpls.c | 285 htons(ETH_P_MPLS_UC); in tcf_mpls_init()
|
A D | cls_flower.c | 1620 } else if (key->basic.n_proto == htons(ETH_P_MPLS_UC) || in fl_set_key()
|
/linux/net/core/ |
A D | flow_dissector.c | 1238 case htons(ETH_P_MPLS_UC): in __skb_flow_dissect() 1407 proto = htons(ETH_P_MPLS_UC); in __skb_flow_dissect()
|
A D | pktgen.c | 2876 protocol = htons(ETH_P_MPLS_UC); in fill_packet_ipv4() 3004 protocol = htons(ETH_P_MPLS_UC); in fill_packet_ipv6()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
A D | match.c | 161 if (match.key->n_proto == cpu_to_be16(ETH_P_MPLS_UC) || in nfp_flower_compile_mpls()
|
A D | offload.c | 436 case cpu_to_be16(ETH_P_MPLS_UC): in nfp_flower_calculate_key_layers()
|
/linux/net/ipv6/ |
A D | sit.c | 753 .proto = htons(ETH_P_MPLS_UC), 1087 case htons(ETH_P_MPLS_UC): in sit_tunnel_xmit()
|
A D | ip6_tunnel.c | 912 .proto = htons(ETH_P_MPLS_UC), 1423 case htons(ETH_P_MPLS_UC): in ip6_tnl_start_xmit()
|
/linux/drivers/net/ppp/ |
A D | ppp_generic.c | 346 case ETH_P_MPLS_UC: in ethertype_to_npindex() 360 ETH_P_MPLS_UC,
|
/linux/net/wireless/ |
A D | util.c | 867 case htons(ETH_P_MPLS_UC): in cfg80211_classify8021d()
|
/linux/drivers/infiniband/hw/mlx5/ |
A D | fs.c | 673 (((eth_type == ETH_P_MPLS_UC) || in is_valid_ethertype()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_tc.c | 3998 act->mpls_push.proto != htons(ETH_P_MPLS_UC)) { in parse_tc_fdb_actions()
|
A D | en_main.c | 4261 case htons(ETH_P_MPLS_UC): in mlx5e_gre_tunnel_inner_proto_offload_supported()
|
Completed in 77 milliseconds