Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet_connection_sock.h292 reqsk_timeout(struct request_sock *req, unsigned long max_timeout) in reqsk_timeout() function
/openbmc/linux/net/ipv4/
H A Dtcp_minisocks.c625 tmp_opt.ts_recent_stamp = ktime_get_seconds() - reqsk_timeout(req, TCP_RTO_MAX) / HZ; in tcp_check_req()
664 expires += reqsk_timeout(req, TCP_RTO_MAX); in tcp_check_req()
H A Dinet_connection_sock.c1093 mod_timer(&req->rsk_timer, jiffies + reqsk_timeout(req, TCP_RTO_MAX)); in reqsk_timer_handler()