Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtcp.h272 u8 keepalive_probes; /* num of allowed keep alive probes */ member
/linux/net/ipv4/
A Dtcp_timer.c727 icsk->icsk_probes_out >= keepalive_probes(tp))) { in tcp_keepalive_timer()
A Dtcp.c3321 tcp_sk(sk)->keepalive_probes = val; in tcp_sock_set_keepcnt()
3529 tp->keepalive_probes = val; in do_tcp_setsockopt()
3944 val = keepalive_probes(tp); in do_tcp_getsockopt()
/linux/include/net/
A Dtcp.h1490 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes() function
1494 return tp->keepalive_probes ? : net->ipv4.sysctl_tcp_keepalive_probes; in keepalive_probes()
/linux/net/core/
A Dfilter.c4926 tp->keepalive_probes = val; in _bpf_setsockopt()

Completed in 36 milliseconds