Home
last modified time | relevance | path

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

/include/linux/
Dtcp.h273 u8 keepalive_probes; /* num of allowed keep alive probes */ member
/include/net/
Dtcp.h1501 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes() function
1509 val = READ_ONCE(tp->keepalive_probes); in keepalive_probes()