Home
last modified time | relevance | path

Searched refs:VXLAN_F_GPE (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dvxlan.h329 #define VXLAN_F_GPE 0x4000 macro
341 VXLAN_F_GPE | \
349 #define VXLAN_F_ALLOWED_GPE (VXLAN_F_GPE | \
402 (flags & VXLAN_F_GPE ? 0 : ETH_HLEN); in vxlan_headroom()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c1497 (vs->flags & VXLAN_F_GPE) ? in __vxlan_sock_release_prep()
1703 if (vxlan->cfg.flags & VXLAN_F_GPE) { in vxlan_rcv()
2240 if (vxflags & VXLAN_F_GPE) { in vxlan_build_skb()
2367 no_eth_encap = flags & VXLAN_F_GPE && skb->protocol != htons(ETH_P_TEB); in vxlan_xmit_one()
2514 err = skb_tunnel_check_pmtu(skb, ndst, vxlan_headroom(flags & VXLAN_F_GPE), in vxlan_xmit_one()
2587 vxlan_headroom((flags & VXLAN_F_GPE) | VXLAN_F_IPV6), in vxlan_xmit_one()
3329 if (vs->flags & VXLAN_F_GPE) in vxlan_offload_rx_ports()
3604 (vs->flags & VXLAN_F_GPE) ? in vxlan_socket_create()
3615 if (vs->flags & VXLAN_F_GPE) { in vxlan_socket_create()
3738 if (conf->flags & VXLAN_F_GPE) { in vxlan_config_validate()
[all …]