Home
last modified time | relevance | path

Searched refs:keepalive_probes (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_timer.c622 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()
Dtcp.c2348 tp->keepalive_probes = val; in tcp_setsockopt()
2449 val = tp->keepalive_probes ? : sysctl_tcp_keepalive_probes; in tcp_getsockopt()
/linux-2.4.37.9/include/net/
Dsock.h375 __u8 keepalive_probes; /* num of allowed keep alive probes */ member