Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dvxlan.h256 #define VXLAN_F_UDP_ZERO_CSUM6_TX 0x80 macro
282 VXLAN_F_UDP_ZERO_CSUM6_TX | \
/Linux-v4.19/drivers/net/
Dvxlan.c2137 udp_sum = !(flags & VXLAN_F_UDP_ZERO_CSUM6_TX); in vxlan_xmit_one()
3396 conf->flags |= VXLAN_F_UDP_ZERO_CSUM6_TX; in vxlan_nl2conf()
3621 !!(vxlan->cfg.flags & VXLAN_F_UDP_ZERO_CSUM6_TX)) || in vxlan_fill_info()