Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c79 u32 hash_key2, bool use2, bool new_hash, in conn_tab_lock() argument
88 if (use2) in conn_tab_lock()
106 if (use2) { in conn_tab_lock()
119 head2 = use2 ? t2->buckets + (hash_key2 & t2->mask) : head; in conn_tab_lock()
138 (hash_key2 != hash_key_new2 && use2)) { in conn_tab_lock()
250 bool use2; in ip_vs_conn_hash() local
265 use2 = true; in ip_vs_conn_hash()
268 use2 = false; in ip_vs_conn_hash()
271 conn_tab_lock(t, cp, hash_key, hash_key2, use2, true /* new_hash */, in ip_vs_conn_hash()
279 if (use2) in ip_vs_conn_hash()
[all …]