Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
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-v6.6/net/netfilter/ipvs/
Dip_vs_conn.c276 ((!p->cport) ^ (!(cp->flags & IP_VS_CONN_F_NO_CPORT))) && in __ip_vs_conn_in_get()
494 if (cp->flags & IP_VS_CONN_F_NO_CPORT) { in ip_vs_conn_fill_cport()
496 cp->flags &= ~IP_VS_CONN_F_NO_CPORT; in ip_vs_conn_fill_cport()
894 if (cp->flags & IP_VS_CONN_F_NO_CPORT) in ip_vs_conn_expire()
1002 if (flags & IP_VS_CONN_F_NO_CPORT) in ip_vs_conn_new()
Dip_vs_ftp.c332 IP_VS_CONN_F_NO_CPORT | in ip_vs_ftp_out()
Dip_vs_xmit.c764 if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT)) { in ip_vs_nat_xmit()
848 if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT && !ipvsh->fragoffs)) { in ip_vs_nat_xmit_v6()