Home
last modified time | relevance | path

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

/linux/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/net/netfilter/ipvs/
H A Dip_vs_conn.c373 (!(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()