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.c103 u32 hash_key_new, hash_key_new2; in conn_tab_lock() local
149 hash_key_new = READ_ONCE(cp->hn0.hash_key); in conn_tab_lock()
150 changed = hash_key != hash_key_new; in conn_tab_lock()
162 hash_key = hash_key_new; in conn_tab_lock()
652 u32 hash_key, hash_key_new; in ip_vs_conn_fill_cport() local
743 hash_key_new = READ_ONCE(hn->hash_key); in ip_vs_conn_fill_cport()
745 if (unlikely(hash_key != hash_key_new)) { in ip_vs_conn_fill_cport()
753 hash_key = hash_key_new; in ip_vs_conn_fill_cport()