Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dtcp_usrreq.c1644 tp->t_maxidle = tp->t_keepintvl * tp->t_keepcnt; in tcp_ctloutput()
1654 tp->t_keepcnt = optval; in tcp_ctloutput()
1655 tp->t_maxidle = tp->t_keepintvl * tp->t_keepcnt; in tcp_ctloutput()
1693 optval = tp->t_keepcnt; in tcp_ctloutput()
H A Dtcp_syncache.c869 tp->t_keepcnt = ltp->t_keepcnt; in syncache_socket()
H A Dtcp_var.h309 int t_keepcnt; /* maximum number of keepalive probes */ member
H A Dtcp_subr.c753 tp->t_keepcnt = tcp_keepcnt; in tcp_newtcpcb()
754 tp->t_maxidle = tp->t_keepintvl * tp->t_keepcnt; in tcp_newtcpcb()