Searched refs:IP_VS_CONN_F_NO_CPORT (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dip_vs.h95 #define IP_VS_CONN_F_NO_CPORT 0x0800 /* no client port set yet */ macro
104 IP_VS_CONN_F_NO_CPORT | \
/linux-master/net/netfilter/ipvs/
H A Dip_vs_conn.c277 ((!p->cport) ^ (!(cp->flags & IP_VS_CONN_F_NO_CPORT))) &&
495 if (cp->flags & IP_VS_CONN_F_NO_CPORT) {
497 cp->flags &= ~IP_VS_CONN_F_NO_CPORT;
895 if (cp->flags & IP_VS_CONN_F_NO_CPORT)
1003 if (flags & IP_VS_CONN_F_NO_CPORT)
H A Dip_vs_ftp.c332 IP_VS_CONN_F_NO_CPORT |
H A Dip_vs_xmit.c764 if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT)) {
848 if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT && !ipvsh->fragoffs)) {

Completed in 133 milliseconds