Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst88 u8 keepalive_probes
/linux-6.15/include/linux/
H A Dtcp.h390 u8 keepalive_probes; /* num of allowed keep alive probes */ member
/linux-6.15/net/ipv4/
H A Dtcp_timer.c835 icsk->icsk_probes_out >= keepalive_probes(tp))) { in tcp_keepalive_timer()
H A Dtcp.c3689 WRITE_ONCE(tcp_sk(sk)->keepalive_probes, val); in tcp_sock_set_keepcnt()
4383 val = keepalive_probes(tp); in do_tcp_getsockopt()
/linux-6.15/include/net/
H A Dtcp.h1725 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes() function
1733 val = READ_ONCE(tp->keepalive_probes); in keepalive_probes()