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.c214 t->u_thresh = buckets; in ip_vs_rht_alloc()
267 t->u_thresh = INT_MAX; /* stop growing */ in ip_vs_rht_set_thresholds()
269 t->u_thresh = size >> min(-lfactor, max_bits); in ip_vs_rht_set_thresholds()
271 t->u_thresh = min(size, 1 << (30 - lfactor)) << lfactor; in ip_vs_rht_set_thresholds()
277 t->l_thresh = t->u_thresh >> 4; in ip_vs_rht_set_thresholds()
H A Dip_vs_conn.c306 if (atomic_read(&ipvs->conn_count) > t->u_thresh && in ip_vs_conn_hash()
H A Dip_vs_ctl.c1828 grow = ip_vs_get_num_services(ipvs) + 1 > t->u_thresh; in ip_vs_add_service()
/linux/include/net/
H A Dip_vs.h530 int u_thresh; /* upper threshold */ member