Searched refs:ETH_P_TEB (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/include/net/ |
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()
|
D | vxlan.h | 310 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
|
/Linux-v4.19/include/uapi/linux/ |
D | if_ether.h | 67 #define ETH_P_TEB 0x6558 /* Trans Ether Bridging */ macro
|
/Linux-v4.19/net/nsh/ |
D | nsh.c | 107 skb->mac_len = proto == htons(ETH_P_TEB) ? ETH_HLEN : 0; in nsh_gso_segment()
|
/Linux-v4.19/net/ipv4/ |
D | ip_gre.c | 179 if (tpi->proto == htons(ETH_P_TEB)) in ipgre_err() 300 htons(ETH_P_TEB), in erspan_rcv() 389 if (tpi->proto == htons(ETH_P_TEB)) in ipgre_rcv() 395 if (res == PACKET_NEXT && tpi->proto == htons(ETH_P_TEB)) { in ipgre_rcv() 767 gre_fb_xmit(skb, dev, htons(ETH_P_TEB)); in gre_tap_xmit() 777 __gre_xmit(skb, dev, &tunnel->parms.iph, htons(ETH_P_TEB)); in gre_tap_xmit()
|
D | ip_tunnel_core.c | 106 if (!raw_proto && inner_proto == htons(ETH_P_TEB)) { in __iptunnel_pull_header()
|
/Linux-v4.19/net/openvswitch/ |
D | vport.c | 493 skb->protocol = htons(ETH_P_TEB); in ovs_vport_send()
|
D | flow.c | 823 if (skb->protocol == htons(ETH_P_TEB)) in key_extract_mac_proto()
|
D | actions.c | 408 if (skb->protocol == htons(ETH_P_TEB)) in pop_nsh()
|
/Linux-v4.19/net/ethernet/ |
D | eth.c | 506 .type = cpu_to_be16(ETH_P_TEB),
|
/Linux-v4.19/drivers/net/ |
D | geneve.c | 361 if (unlikely(geneveh->proto_type != htons(ETH_P_TEB))) in geneve_udp_encap_recv() 374 htons(ETH_P_TEB), in geneve_udp_encap_recv() 676 geneveh->proto_type = htons(ETH_P_TEB); in geneve_build_header() 707 skb_set_inner_protocol(skb, htons(ETH_P_TEB)); in geneve_build_skb()
|
D | vxlan.c | 1373 __be16 protocol = htons(ETH_P_TEB); in vxlan_rcv() 1835 __be16 inner_protocol = htons(ETH_P_TEB); in vxlan_build_skb()
|
/Linux-v4.19/net/ipv6/ |
D | ip6_gre.c | 130 int dev_type = (gre_proto == htons(ETH_P_TEB) || in ip6gre_tunnel_lookup() 574 htons(ETH_P_TEB), in ip6erspan_rcv() 743 protocol = (dev->type == ARPHRD_ETHER) ? htons(ETH_P_TEB) : proto; in __gre6_xmit()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/ |
D | action.c | 370 set_tun->tun_proto = htons(ETH_P_TEB); in nfp_fl_set_ipv4_udp_tun()
|
/Linux-v4.19/net/core/ |
D | flow_dissector.c | 415 if (*p_proto == htons(ETH_P_TEB)) { in __skb_flow_dissect_gre()
|
D | dev.c | 2962 if (type == htons(ETH_P_TEB)) { in skb_network_protocol()
|
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 424 (ETH_P_TEB << FM10K_TUNNEL_CFG_NVGRE_SHIFT)); in fm10k_restore_udp_port_info()
|
D | fm10k_main.c | 691 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_common.c | 3308 skb->inner_protocol != htons(ETH_P_TEB) || in nfp_net_features_check()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1202 skb->inner_protocol != htons(ETH_P_TEB)) in cxgb_encap_offload_supported()
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 5245 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()
|