Searched refs:t_keepcnt (Results 1 – 4 of 4) sorted by relevance
1644 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()
869 tp->t_keepcnt = ltp->t_keepcnt; in syncache_socket()
309 int t_keepcnt; /* maximum number of keepalive probes */ member
753 tp->t_keepcnt = tcp_keepcnt; in tcp_newtcpcb()754 tp->t_maxidle = tp->t_keepintvl * tp->t_keepcnt; in tcp_newtcpcb()