Home
last modified time | relevance | path

Searched refs:VXLAN_F_REMCSUM_TX (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/net/
Dvxlan.h258 #define VXLAN_F_REMCSUM_TX 0x200 macro
/Linux-v4.19/Documentation/networking/
Dchecksum-offloads.txt121 has the flag VXLAN_F_REMCSUM_TX (per struct vxlan_rdst) to indicate that
/Linux-v4.19/drivers/net/
Dvxlan.c1837 if ((vxflags & VXLAN_F_REMCSUM_TX) && in vxlan_build_skb()
3410 conf->flags |= VXLAN_F_REMCSUM_TX; in vxlan_nl2conf()
3625 !!(vxlan->cfg.flags & VXLAN_F_REMCSUM_TX)) || in vxlan_fill_info()