Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dtcp.h304 u8 keepalive_probes; /* num of allowed keep alive probes */ member
/Linux-v6.6/net/ipv4/
Dtcp_timer.c772 icsk->icsk_probes_out >= keepalive_probes(tp))) { in tcp_keepalive_timer()
Dtcp.c3357 WRITE_ONCE(tcp_sk(sk)->keepalive_probes, val); in tcp_sock_set_keepcnt()
3969 val = keepalive_probes(tp); in do_tcp_getsockopt()
/Linux-v6.6/include/net/
Dtcp.h1559 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes() function
1567 val = READ_ONCE(tp->keepalive_probes); in keepalive_probes()