Searched refs:keepalive_probes (Results 1 – 3 of 3) sorted by relevance
823 icsk->icsk_probes_out >= keepalive_probes(tp))) { in tcp_keepalive_timer()
3676 WRITE_ONCE(tcp_sk(sk)->keepalive_probes, val); in tcp_sock_set_keepcnt()4349 val = keepalive_probes(tp); in do_tcp_getsockopt()
1670 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes() function1678 val = READ_ONCE(tp->keepalive_probes); in keepalive_probes()