Searched refs:keepalive_probes (Results 1 – 4 of 4) sorted by relevance
302 u8 keepalive_probes; /* num of allowed keep alive probes */ member
722 icsk->icsk_probes_out >= keepalive_probes(tp))) { in tcp_keepalive_timer()
3464 tcp_sk(sk)->keepalive_probes = val; in tcp_sock_set_keepcnt()3672 tp->keepalive_probes = val; in do_tcp_setsockopt()4091 val = keepalive_probes(tp); in do_tcp_getsockopt()
1524 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes() function1528 return tp->keepalive_probes ? : in keepalive_probes()