Searched refs:t_keepintvl (Results 1 – 4 of 4) sorted by relevance
296 (((tp)->t_keepintvl > 0) ? (tp)->t_keepintvl : (uint32_t)tcp_keepintvl)
2493 tp->t_keepintvl = optval * TCP_RETRANSHZ; in tcp_ctloutput()2843 if (tp->t_keepintvl > 0) { in tcp_ctloutput()2844 optval = tp->t_keepintvl / TCP_RETRANSHZ; in tcp_ctloutput()
642 uint32_t t_keepintvl; /* interval between keepalives */ member
2506 tp->t_keepintvl = otp->t_keepintvl; in tcp_create_server_socket()