IP_VS_CONN_F_NO_CPORT
IP_VS_CONN_F_NO_CPORT | \
if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT)) {
if (unlikely(flags & IP_VS_CONN_F_NO_CPORT)) {
(!(cp->flags & IP_VS_CONN_F_NO_CPORT))) &&
if (cp->flags & IP_VS_CONN_F_NO_CPORT && by_me)
if (cp->flags & IP_VS_CONN_F_NO_CPORT && (!cp->cport || by_me)) {
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)) {