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.c98 u32 hash_key, u32 hash_key2, bool use2, bool new_hash, in conn_tab_lock() argument
109 if (new_hash2 && use2 && t != t2) in conn_tab_lock()
126 if (use2 && !new_hash2 && !ip_vs_rht_same_table(t2, hash_key2)) { in conn_tab_lock()
132 if (!use2) in conn_tab_lock()
135 head2 = use2 ? t2->buckets + (hash_key2 & t2->mask) : head; in conn_tab_lock()
151 if (use2 && !new_hash2) { in conn_tab_lock()
268 bool use2; in ip_vs_conn_hash() local
283 use2 = true; in ip_vs_conn_hash()
286 use2 = false; in ip_vs_conn_hash()
290 conn_tab_lock(t, t, cp, hash_key, hash_key2, use2, true /* new_hash */, in ip_vs_conn_hash()
[all …]