Searched refs:VXLAN_F_GPE (Results 1 – 2 of 2) sorted by relevance
327 #define VXLAN_F_GPE 0x4000 macro338 VXLAN_F_GPE | \346 #define VXLAN_F_ALLOWED_GPE (VXLAN_F_GPE | \397 (flags & VXLAN_F_GPE ? 0 : ETH_HLEN); in vxlan_headroom()
1516 (vs->flags & VXLAN_F_GPE) ? in __vxlan_sock_release_prep()1708 if (vs->flags & VXLAN_F_GPE) { in vxlan_rcv()2232 if (vxflags & VXLAN_F_GPE) { in vxlan_build_skb()2358 no_eth_encap = flags & VXLAN_F_GPE && skb->protocol != htons(ETH_P_TEB); in vxlan_xmit_one()2492 err = skb_tunnel_check_pmtu(skb, ndst, vxlan_headroom(flags & VXLAN_F_GPE), in vxlan_xmit_one()2551 vxlan_headroom((flags & VXLAN_F_GPE) | VXLAN_F_IPV6), in vxlan_xmit_one()3298 if (vs->flags & VXLAN_F_GPE) in vxlan_offload_rx_ports()3567 (vs->flags & VXLAN_F_GPE) ? in vxlan_socket_create()3579 if (vs->flags & VXLAN_F_GPE) { in vxlan_socket_create()3701 if (conf->flags & VXLAN_F_GPE) { in vxlan_config_validate()[all …]