Searched refs:TCPT_KEEP (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_timer.h | 134 #define TCPT_KEEP 6 /* keep alive */ macro 157 #define TCPT_KEEP 2 /* keep alive */ macro
|
| H A D | tcp_timer.c | 1472 case TCPT_KEEP: in tcp_timers() 1517 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1520 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1552 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START( in tcp_timers() 1569 tp->t_timer[TCPT_KEEP] = min(OFFSET_FROM_START( in tcp_timers() 1571 tp->t_timer[TCPT_KEEP]); in tcp_timers() 2803 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_enable_read_probe() 2806 tp->tentry.index = TCPT_KEEP; in tcp_enable_read_probe() 2816 tp->tentry.index = TCPT_KEEP; in tcp_enable_read_probe()
|
| H A D | tcp_usrreq.c | 1596 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect() 1730 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp6_connect() 2452 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2471 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
|
| H A D | tcp_input.c | 900 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check() 910 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset() 1688 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe() 1711 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack() 3601 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input() 3970 tp->t_timer[TCPT_KEEP] = in tcp_input() 4633 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
|
| H A D | in_pcblist.c | 241 xt->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb_n()
|
| H A D | tcp_subr.c | 1906 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_otcpcb() 2092 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb64()
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | socket_info.c | 163 tp->t_timer[TCPT_KEEP]; in fill_socketinfo()
|