Searched refs:TCPT_KEEP (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | tcp_timer.h | 133 #define TCPT_KEEP 5 /* keep alive */ macro 156 #define TCPT_KEEP 2 /* keep alive */ macro
|
| H A D | tcp_timer.c | 1451 case TCPT_KEEP: in tcp_timers() 1496 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1499 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1532 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START( in tcp_timers() 1549 tp->t_timer[TCPT_KEEP] = min(OFFSET_FROM_START( in tcp_timers() 1551 tp->t_timer[TCPT_KEEP]); in tcp_timers() 2794 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_enable_read_probe() 2797 tp->tentry.index = TCPT_KEEP; in tcp_enable_read_probe() 2807 tp->tentry.index = TCPT_KEEP; in tcp_enable_read_probe()
|
| H A D | tcp_usrreq.c | 1566 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect() 1699 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp6_connect() 2386 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2404 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
|
| H A D | tcp_input.c | 893 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check() 903 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset() 1738 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe() 1761 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack() 3380 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input() 3819 tp->t_timer[TCPT_KEEP] = in tcp_input() 4473 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
|
| H A D | in_pcblist.c | 239 xt->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb_n()
|
| H A D | tcp_subr.c | 1853 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_otcpcb() 2039 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb64()
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | socket_info.c | 161 tp->t_timer[TCPT_KEEP]; in fill_socketinfo()
|