Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c83 u32 hash_key_new, hash_key_new2; in conn_tab_lock() local
134 hash_key_new = READ_ONCE(cp->hn0.hash_key); in conn_tab_lock()
137 if (hash_key != hash_key_new || in conn_tab_lock()
143 hash_key = hash_key_new; in conn_tab_lock()
629 u32 hash_key, hash_key_new; in ip_vs_conn_fill_cport() local
702 hash_key_new = READ_ONCE(hn->hash_key); in ip_vs_conn_fill_cport()
704 if (unlikely(hash_key != hash_key_new)) { in ip_vs_conn_fill_cport()
712 hash_key = hash_key_new; in ip_vs_conn_fill_cport()