Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c116 if (!ip_vs_rht_same_table(t, hash_key)) { in conn_tab_lock()
126 if (use2 && !new_hash2 && !ip_vs_rht_same_table(t2, hash_key2)) { in conn_tab_lock()
679 if (!ip_vs_rht_same_table(t, hash_key)) { in ip_vs_conn_fill_cport()
1591 if (!ip_vs_rht_same_table(t, READ_ONCE(hn->hash_key))) in ip_vs_conn_array()
1654 if (!ip_vs_rht_same_table(t, READ_ONCE(hn->hash_key))) in ip_vs_conn_seq_next()
H A Dip_vs_ctl.c461 if (ip_vs_rht_same_table(t, hash_key)) { in ip_vs_svc_unhash()
2958 if (!ip_vs_rht_same_table(t, READ_ONCE(svc->hash_key))) in ip_vs_info_array()
3001 if (!ip_vs_rht_same_table(t, READ_ONCE(svc->hash_key))) in ip_vs_info_seq_next()
3009 if (!ip_vs_rht_same_table(t, READ_ONCE(svc->hash_key))) in ip_vs_info_seq_next()
/linux/include/net/
H A Dip_vs.h690 static inline bool ip_vs_rht_same_table(struct ip_vs_rht *t, u32 hash_key) in ip_vs_rht_same_table() function