Searched refs:t_keepcnt (Results 1 – 4 of 4) sorted by relevance
308 (((tp)->t_keepcnt > 0) ? (tp)->t_keepcnt : (uint32_t)tcp_keepcnt)
2377 tp->t_keepcnt = optval; in tcp_ctloutput()2699 if (tp->t_keepcnt > 0) { in tcp_ctloutput()2700 optval = tp->t_keepcnt; in tcp_ctloutput()
478 u_int32_t t_keepcnt; /* number of keepalives before close */ member
2681 tp->t_keepcnt = tp0->t_keepcnt; in tcp_input()