Home
last modified time | relevance | path

Searched refs:tcp_orphan_retries (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_timer.c140 * tcp_orphan_retries() - Returns maximal number of retries on an orphaned socket
144 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() function
257 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout()
388 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_timer.c142 * tcp_orphan_retries() - Returns maximal number of retries on an orphaned socket
146 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() function
265 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout()
403 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer()

Completed in 5 milliseconds