Home
last modified time | relevance | path

Searched refs:ETH_P_TEB (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_ether.h61 #define ETH_P_TEB 0x6558 /* Trans Ether Bridging */ macro
/linux-4.4.14/include/net/
Dvxlan.h232 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
/linux-4.4.14/drivers/net/
Dgeneve.c320 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()
Dvxlan.c1270 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/
Dip_gre.c299 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()
Dip_tunnel_core.c96 if (inner_proto == htons(ETH_P_TEB)) { in iptunnel_pull_header()
/linux-4.4.14/net/ethernet/
Deth.c472 .type = cpu_to_be16(ETH_P_TEB),
/linux-4.4.14/net/core/
Dflow_dissector.c391 if (proto == htons(ETH_P_TEB)) { in __skb_flow_dissect()
Ddev.c2478 if (type == htons(ETH_P_TEB)) { in skb_network_protocol()
/linux-4.4.14/net/ipv6/
Dip6_gre.c124 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/
Dfm10k_netdev.c434 (ETH_P_TEB << FM10K_TUNNEL_CFG_NVGRE_SHIFT)); in fm10k_restore_vxlan_port()
Dfm10k_main.c724 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c5289 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()