Searched refs:ETH_P_TEB (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | if_ether.h | 61 #define ETH_P_TEB 0x6558 /* Trans Ether Bridging */ macro
|
/linux-4.4.14/include/net/ |
D | vxlan.h | 232 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
|
/linux-4.4.14/drivers/net/ |
D | geneve.c | 320 if (unlikely(geneveh->proto_type != htons(ETH_P_TEB))) in geneve_udp_encap_recv() 325 htons(ETH_P_TEB))) in geneve_udp_encap_recv() 633 geneveh->proto_type = htons(ETH_P_TEB); in geneve_build_header() 666 skb_set_inner_protocol(skb, htons(ETH_P_TEB)); in geneve_build_skb() 702 skb_set_inner_protocol(skb, htons(ETH_P_TEB)); in geneve6_build_skb()
|
D | vxlan.c | 1270 if (iptunnel_pull_header(skb, VXLAN_HLEN, htons(ETH_P_TEB))) in vxlan_udp_encap_recv() 1759 skb_set_inner_protocol(skb, htons(ETH_P_TEB)); in vxlan6_xmit_skb() 1838 skb_set_inner_protocol(skb, htons(ETH_P_TEB)); in vxlan_xmit_skb()
|
/linux-4.4.14/net/ipv4/ |
D | ip_gre.c | 299 if (tpi->proto == htons(ETH_P_TEB)) in ipgre_err() 392 if (tpi->proto == htons(ETH_P_TEB)) in ipgre_rcv() 566 build_header(skb, tunnel_hlen, flags, htons(ETH_P_TEB), in gre_fb_xmit() 663 __gre_xmit(skb, dev, &tunnel->parms.iph, htons(ETH_P_TEB)); in gre_tap_xmit()
|
D | ip_tunnel_core.c | 96 if (inner_proto == htons(ETH_P_TEB)) { in iptunnel_pull_header()
|
/linux-4.4.14/net/ethernet/ |
D | eth.c | 472 .type = cpu_to_be16(ETH_P_TEB),
|
/linux-4.4.14/net/core/ |
D | flow_dissector.c | 391 if (proto == htons(ETH_P_TEB)) { in __skb_flow_dissect()
|
D | dev.c | 2478 if (type == htons(ETH_P_TEB)) { in skb_network_protocol()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_gre.c | 124 int dev_type = (gre_proto == htons(ETH_P_TEB)) ? in ip6gre_tunnel_lookup() 737 htons(ETH_P_TEB) : skb->protocol; in ip6gre_xmit2()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 434 (ETH_P_TEB << FM10K_TUNNEL_CFG_NVGRE_SHIFT)); in fm10k_restore_vxlan_port()
|
D | fm10k_main.c | 724 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 5289 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()
|