IP_VS_CONN_F_NO_CPORT
IP_VS_CONN_F_NO_CPORT | \
if (flags & IP_VS_CONN_F_NO_CPORT)
((!p->cport) ^ (!(cp->flags & IP_VS_CONN_F_NO_CPORT))) &&
if (cp->flags & IP_VS_CONN_F_NO_CPORT) {
cp->flags &= ~IP_VS_CONN_F_NO_CPORT;
if (cp->flags & IP_VS_CONN_F_NO_CPORT)
IP_VS_CONN_F_NO_CPORT |
if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT)) {
if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT && !ipvsh->fragoffs)) {