Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dgeneve.c93 geneveh->proto_type = htons(ETH_P_TEB); in geneve_build_header()
137 skb_set_inner_protocol(skb, htons(ETH_P_TEB)); in geneve_xmit_skb()
280 if (unlikely(geneveh->proto_type != htons(ETH_P_TEB))) in geneve_udp_encap_recv()
285 htons(ETH_P_TEB))) in geneve_udp_encap_recv()
Dip_gre.c176 if (tpi->proto == htons(ETH_P_TEB)) in ipgre_err()
210 if (tpi->proto == htons(ETH_P_TEB)) in ipgre_rcv()
302 __gre_xmit(skb, dev, &tunnel->parms.iph, htons(ETH_P_TEB)); in gre_tap_xmit()
Dip_tunnel_core.c94 if (inner_proto == htons(ETH_P_TEB)) { in iptunnel_pull_header()
/linux-4.1.27/include/uapi/linux/
Dif_ether.h60 #define ETH_P_TEB 0x6558 /* Trans Ether Bridging */ macro
/linux-4.1.27/include/net/
Dvxlan.h174 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
/linux-4.1.27/net/openvswitch/
Dvport-gre.c79 tpi.proto = htons(ETH_P_TEB); in __build_header()
/linux-4.1.27/net/ethernet/
Deth.c470 .type = cpu_to_be16(ETH_P_TEB),
/linux-4.1.27/net/core/
Dflow_dissector.c225 if (proto == htons(ETH_P_TEB)) { in __skb_flow_dissect()
Ddev.c2415 if (type == htons(ETH_P_TEB)) { in skb_network_protocol()
/linux-4.1.27/net/ipv6/
Dip6_gre.c124 int dev_type = (gre_proto == htons(ETH_P_TEB)) ? in ip6gre_tunnel_lookup()
740 htons(ETH_P_TEB) : skb->protocol; in ip6gre_xmit2()
/linux-4.1.27/drivers/net/
Dvxlan.c1187 if (iptunnel_pull_header(skb, VXLAN_HLEN, htons(ETH_P_TEB))) in vxlan_udp_encap_recv()
1746 skb_set_inner_protocol(skb, htons(ETH_P_TEB)); in vxlan6_xmit_skb()
1825 skb_set_inner_protocol(skb, htons(ETH_P_TEB)); in vxlan_xmit_skb()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c434 (ETH_P_TEB << FM10K_TUNNEL_CFG_NVGRE_SHIFT)); in fm10k_restore_vxlan_port()
Dfm10k_main.c733 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c4992 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()