Searched refs:t_keepcnt (Results 1 – 4 of 4) sorted by relevance
294 (((tp)->t_keepcnt > 0) ? (tp)->t_keepcnt : (uint32_t)tcp_keepcnt)
2512 tp->t_keepcnt = optval; in tcp_ctloutput()2850 if (tp->t_keepcnt > 0) { in tcp_ctloutput()2851 optval = tp->t_keepcnt; in tcp_ctloutput()
643 uint32_t t_keepcnt; /* number of keepalives before close */ member
2505 tp->t_keepcnt = otp->t_keepcnt; in tcp_create_server_socket()