Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtcp.h302 u8 keepalive_probes; /* num of allowed keep alive probes */ member
/linux-6.3-rc2/net/ipv4/
A Dtcp_timer.c722 icsk->icsk_probes_out >= keepalive_probes(tp))) { in tcp_keepalive_timer()
A Dtcp.c3468 tcp_sk(sk)->keepalive_probes = val; in tcp_sock_set_keepcnt()
3676 tp->keepalive_probes = val; in do_tcp_setsockopt()
4099 val = keepalive_probes(tp); in do_tcp_getsockopt()
/linux-6.3-rc2/include/net/
A Dtcp.h1524 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes() function
1528 return tp->keepalive_probes ? : in keepalive_probes()

Completed in 21 milliseconds