Searched refs:IP_VS_CONN_F_NO_CPORT (Results 1 – 2 of 2) sorted by relevance
95 #define IP_VS_CONN_F_NO_CPORT 0x0800 /* no client port set yet */ macro104 IP_VS_CONN_F_NO_CPORT | \
373 (!(cp->flags & IP_VS_CONN_F_NO_CPORT))) && in __ip_vs_conn_in_get() 661 if (cp->flags & IP_VS_CONN_F_NO_CPORT && by_me) in ip_vs_conn_fill_cport() 717 if (cp->flags & IP_VS_CONN_F_NO_CPORT && (!cp->cport || by_me)) { in ip_vs_conn_fill_cport() 725 cp->flags &= ~IP_VS_CONN_F_NO_CPORT; in ip_vs_conn_fill_cport() 787 /* locks: based on parallel IP_VS_CONN_F_NO_CPORT operations + resize */ in ip_vs_conn_tab_alloc() 1304 if (unlikely(cp->flags & IP_VS_CONN_F_NO_CPORT)) { in ip_vs_conn_expire() 1426 if (unlikely(flags & IP_VS_CONN_F_NO_CPORT)) { in ip_vs_conn_new()