Home
last modified time | relevance | path

Searched refs:keepcnt (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/net/rds/
Dtcp_listen.c46 int keepcnt = 5; /* number of unack'ed probes before declaring dead */ in rds_tcp_keepalive() local
49 tcp_sock_set_keepcnt(sock->sk, keepcnt); in rds_tcp_keepalive()
/linux-6.12.1/net/sunrpc/
Dxprtsock.c2263 unsigned int keepcnt; in xs_tcp_set_socket_timeouts() local
2269 keepcnt = xprt->timeout->to_retries + 1; in xs_tcp_set_socket_timeouts()
2279 tcp_sock_set_keepcnt(sock->sk, keepcnt); in xs_tcp_set_socket_timeouts()