Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h237 u8 keepalive_probes; /* num of allowed keep alive probes */ member
/linux-4.4.14/net/ipv4/
Dtcp_timer.c626 icsk->icsk_probes_out >= keepalive_probes(tp))) { in tcp_keepalive_timer()
Dtcp.c2505 tp->keepalive_probes = val; in do_tcp_setsockopt()
2760 val = keepalive_probes(tp); in do_tcp_getsockopt()
/linux-4.4.14/include/net/
Dtcp.h1234 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes() function
1236 return tp->keepalive_probes ? : sysctl_tcp_keepalive_probes; in keepalive_probes()