Searched defs:thresh (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dinet_connection_sock.c530 static inline void syn_ack_recalc(struct request_sock *req, const int thresh, argument
536 *expire = req->num_timeout >= thresh;
540 *expire = req->num_timeout >= thresh &&
570 int thresh = max_retries; local
598 while (thresh > 2) {
601 thresh--;
618 syn_ack_recalc(req, thresh, max_retries,

Completed in 36 milliseconds