/linux/tools/testing/selftests/bpf/progs/ |
A D | test_tc_tunnel.c | 158 case ETH_P_TEB: in __encap_ipv4() 199 case ETH_P_TEB: in __encap_ipv4() 289 case ETH_P_TEB: in __encap_ipv6() 329 case ETH_P_TEB: in __encap_ipv6() 403 return encap_ipv4(skb, IPPROTO_GRE, ETH_P_TEB); in __encap_gre_eth() 430 return encap_ipv4(skb, IPPROTO_UDP, ETH_P_TEB); in __encap_udp_eth() 440 ETH_P_TEB, in __encap_vxlan_eth() 486 return encap_ipv6(skb, IPPROTO_GRE, ETH_P_TEB); in __encap_ip6gre_eth() 513 return encap_ipv6(skb, IPPROTO_UDP, ETH_P_TEB); in __encap_ip6udp_eth() 523 ETH_P_TEB, in __encap_ip6vxlan_eth() [all …]
|
A D | bpf_flow.c | 199 if (gre->proto == bpf_htons(ETH_P_TEB)) { in parse_ip_proto()
|
/linux/include/net/ |
A D | tun_proto.h | 23 return htons(ETH_P_TEB); in tun_p_to_eth_p() 39 case htons(ETH_P_TEB): in tun_p_from_eth_p()
|
A D | vxlan.h | 320 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_tun_gre.c | 42 greh->protocol = htons(ETH_P_TEB); in mlx5e_gen_ip_tunnel_header_gretap() 70 MLX5_SET(fte_match_set_misc, misc_v, gre_protocol, ETH_P_TEB); in mlx5e_tc_tun_parse_gretap()
|
A D | tc_tun_geneve.c | 112 geneveh->proto_type = htons(ETH_P_TEB); in mlx5e_gen_ip_tunnel_header_geneve() 305 MLX5_SET(fte_match_set_misc, misc_v, geneve_protocol_type, ETH_P_TEB); in mlx5e_tc_tun_parse_geneve_params()
|
/linux/include/uapi/linux/ |
A D | if_ether.h | 67 #define ETH_P_TEB 0x6558 /* Trans Ether Bridging */ macro
|
/linux/net/ipv4/ |
A D | ip_gre.c | 146 if (tpi->proto == htons(ETH_P_TEB)) in ipgre_err() 301 htons(ETH_P_TEB), in erspan_rcv() 406 if (tpi->proto == htons(ETH_P_TEB)) in ipgre_rcv() 412 if (res == PACKET_NEXT && tpi->proto == htons(ETH_P_TEB)) { in ipgre_rcv() 730 gre_fb_xmit(skb, dev, htons(ETH_P_TEB)); in gre_tap_xmit() 740 __gre_xmit(skb, dev, &tunnel->parms.iph, htons(ETH_P_TEB)); in gre_tap_xmit()
|
A D | ip_tunnel_core.c | 100 if (!raw_proto && inner_proto == htons(ETH_P_TEB)) { in __iptunnel_pull_header()
|
/linux/net/nsh/ |
A D | nsh.c | 104 skb->mac_len = proto == htons(ETH_P_TEB) ? ETH_HLEN : 0; in nsh_gso_segment()
|
/linux/drivers/net/ |
A D | geneve.c | 358 if (unlikely(geneveh->proto_type != htons(ETH_P_TEB))) in geneve_udp_encap_recv() 371 htons(ETH_P_TEB), in geneve_udp_encap_recv() 401 if (geneveh->proto_type != htons(ETH_P_TEB)) in geneve_udp_encap_err_lookup() 733 geneveh->proto_type = htons(ETH_P_TEB); in geneve_build_header() 764 skb_set_inner_protocol(skb, htons(ETH_P_TEB)); in geneve_build_skb()
|
A D | vxlan.c | 1835 __be16 protocol = htons(ETH_P_TEB); in vxlan_rcv() 2338 __be16 inner_protocol = htons(ETH_P_TEB); in vxlan_build_skb()
|
A D | amt.c | 2316 if (iptunnel_pull_header(skb, hdr_size, htons(ETH_P_TEB), false)) in amt_membership_query_handler()
|
/linux/net/openvswitch/ |
A D | vport.c | 484 skb->protocol = htons(ETH_P_TEB); in ovs_vport_send()
|
A D | actions.c | 189 if (ethertype == htons(ETH_P_TEB)) in pop_mpls() 336 if (skb->protocol == htons(ETH_P_TEB)) in pop_nsh()
|
A D | flow.c | 848 if (skb->protocol == htons(ETH_P_TEB)) in key_extract_mac_proto()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
A D | match.c | 469 ext->ethertype = cpu_to_be16(ETH_P_TEB); in nfp_flower_compile_ipv4_gre_tun() 504 ext->ethertype = cpu_to_be16(ETH_P_TEB); in nfp_flower_compile_ipv6_gre_tun()
|
A D | action.c | 490 set_tun->tun_proto = htons(ETH_P_TEB); in nfp_fl_set_tun()
|
/linux/net/ethernet/ |
A D | eth.c | 485 .type = cpu_to_be16(ETH_P_TEB),
|
/linux/net/ipv6/ |
A D | ip6_gre.c | 125 int dev_type = (gre_proto == htons(ETH_P_TEB) || in ip6gre_tunnel_lookup() 550 htons(ETH_P_TEB), in ip6erspan_rcv() 740 protocol = (dev->type == ARPHRD_ETHER) ? htons(ETH_P_TEB) : proto; in __gre6_xmit()
|
/linux/drivers/net/ethernet/sfc/ |
A D | efx_common.c | 1338 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
A D | fm10k_netdev.c | 386 (ETH_P_TEB << FM10K_TUNNEL_CFG_NVGRE_SHIFT)); in fm10k_restore_udp_port_info()
|
A D | fm10k_main.c | 675 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
|
/linux/net/core/ |
A D | flow_dissector.c | 591 if (*p_proto == htons(ETH_P_TEB)) { in __skb_flow_dissect_gre()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-drv.c | 1726 skb->inner_protocol != htons(ETH_P_TEB) || in xgbe_is_vxlan()
|