Searched refs:t_keepcnt (Results 1 – 4 of 4) sorted by relevance
308 (((tp)->t_keepcnt > 0) ? (tp)->t_keepcnt : (uint32_t)tcp_keepcnt)
2439 tp->t_keepcnt = optval; in tcp_ctloutput()2761 if (tp->t_keepcnt > 0) { in tcp_ctloutput()2762 optval = tp->t_keepcnt; in tcp_ctloutput()
510 u_int32_t t_keepcnt; /* number of keepalives before close */ member
2710 tp->t_keepcnt = tp0->t_keepcnt; in tcp_input()