Searched refs:keepalive_probes (Results 1 – 3 of 3) sorted by relevance
622 if ((!tp->keepalive_probes && tp->probes_out >= sysctl_tcp_keepalive_probes) || in tcp_keepalive_timer()623 (tp->keepalive_probes && tp->probes_out >= tp->keepalive_probes)) { in tcp_keepalive_timer()
2348 tp->keepalive_probes = val; in tcp_setsockopt()2449 val = tp->keepalive_probes ? : sysctl_tcp_keepalive_probes; in tcp_getsockopt()
375 __u8 keepalive_probes; /* num of allowed keep alive probes */ member