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

/linux-master/net/ipv4/
H A Dtcp_timer.c148 * tcp_orphan_retries() - Returns maximal number of retries on an orphaned socket
152 static int tcp_orphan_retries(struct sock *sk, bool alive)
277 retry_until = tcp_orphan_retries(sk, alive);
415 max_probes = tcp_orphan_retries(sk, alive);
150 static int tcp_orphan_retries(struct sock *sk, bool alive) function

Completed in 187 milliseconds