Searched refs:thresh (Results 1 – 2 of 2) sorted by relevance
668 static inline void syn_ack_recalc(struct request_sock *req, const int thresh, in syn_ack_recalc() argument674 *expire = req->num_timeout >= thresh; in syn_ack_recalc()678 *expire = req->num_timeout >= thresh && in syn_ack_recalc()744 int max_retries, thresh; in reqsk_timer_handler() local751 thresh = max_retries; in reqsk_timer_handler()773 while (thresh > 2) { in reqsk_timer_handler()776 thresh--; in reqsk_timer_handler()783 syn_ack_recalc(req, thresh, max_retries, defer_accept, in reqsk_timer_handler()
175 s32 thresh = max(ca->delay_min + ca->delay_min / 8U, in tcp_cdg_hystart_update() local178 if (ca->rtt.min > thresh) { in tcp_cdg_hystart_update()