Searched refs:IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/netfilter/ipvs/
H A Dip_vs_xmit.c389 IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM) &&
552 IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM) &&
1017 if ((cp->dest->tun_flags & IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM) &&
1160 if ((tun_flags & IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM) &&
1189 (tun_flags & IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM))
1193 if ((tun_flags & IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM) &&
1219 (tun_flags & IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM))
1305 if ((tun_flags & IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM) &&
1332 (tun_flags & IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM))
1336 if ((tun_flags & IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM)
[all...]
/linux-master/include/uapi/linux/
H A Dip_vs.h138 #define IP_VS_TUNNEL_ENCAP_FLAG_REMCSUM (1 << 1) macro

Completed in 134 milliseconds