Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_core.c215 t->u_thresh = buckets; in ip_vs_rht_alloc()
268 t->u_thresh = INT_MAX; /* stop growing */ in ip_vs_rht_set_thresholds()
270 t->u_thresh = size >> min(-lfactor, max_bits); in ip_vs_rht_set_thresholds()
272 t->u_thresh = min(size, 1 << (30 - lfactor)) << lfactor; in ip_vs_rht_set_thresholds()
278 t->l_thresh = t->u_thresh >> 4; in ip_vs_rht_set_thresholds()
H A Dip_vs_conn.c286 if (atomic_read(&ipvs->conn_count) > t->u_thresh && in ip_vs_conn_hash()
H A Dip_vs_ctl.c1834 if (t && ip_vs_get_num_services(ipvs) > t->u_thresh && in ip_vs_add_service()
/linux/include/net/
H A Dip_vs.h516 int u_thresh; /* upper threshold */ member