Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h359 unsigned int keepalive_intvl; /* time interval between keep alive probes */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c3092 tcp_sk(sk)->keepalive_intvl = val * HZ; in tcp_sock_set_keepintvl()
3290 tp->keepalive_intvl = val * HZ; in do_tcp_setsockopt()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1458 return tp->keepalive_intvl ? : in keepalive_intvl_when()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4870 tp->keepalive_intvl = val * HZ; in _bpf_setsockopt()