Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h280 u8 keepalive_probes; /* num of allowed keep alive probes */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_timer.c727 icsk->icsk_probes_out >= keepalive_probes(tp))) { in tcp_keepalive_timer()
H A Dtcp.c3104 tcp_sk(sk)->keepalive_probes = val; in tcp_sock_set_keepcnt()
3296 tp->keepalive_probes = val; in do_tcp_setsockopt()
3704 val = keepalive_probes(tp); in do_tcp_getsockopt()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1470 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes() function
1474 return tp->keepalive_probes ? : in keepalive_probes()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4876 tp->keepalive_probes = val; in _bpf_setsockopt()