Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dvxlan.h255 #define VXLAN_F_UDP_ZERO_CSUM_TX 0x40 macro
281 VXLAN_F_UDP_ZERO_CSUM_TX | \
/Linux-v4.19/drivers/net/
Dvxlan.c2135 udp_sum = !(flags & VXLAN_F_UDP_ZERO_CSUM_TX); in vxlan_xmit_one()
3389 conf->flags |= VXLAN_F_UDP_ZERO_CSUM_TX; in vxlan_nl2conf()
3619 !(vxlan->cfg.flags & VXLAN_F_UDP_ZERO_CSUM_TX)) || in vxlan_fill_info()