Searched refs:TCPT_KEEP (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/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 | 1464 case TCPT_KEEP: in tcp_timers() 1509 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_timers() 1512 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_timers() 1544 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start( in tcp_timers() 1561 tp->t_timer[TCPT_KEEP] = min(tcp_offset_from_start( in tcp_timers() 1563 tp->t_timer[TCPT_KEEP]); in tcp_timers() 2794 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_enable_read_probe() 2797 tp->tentry.te_index = TCPT_KEEP; in tcp_enable_read_probe() 2807 tp->tentry.te_index = TCPT_KEEP; in tcp_enable_read_probe()
|
| H A D | tcp_usrreq.c | 1596 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect() 1730 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp6_connect() 2458 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_ctloutput() 2477 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_ctloutput()
|
| H A D | tcp_input.c | 898 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_adaptive_rwtimo_check() 908 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_keepalive_reset() 1603 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe() 1626 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_tfo_rcv_ack() 2697 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_setup_server_socket() 4270 tp->t_timer[TCPT_KEEP] = in tcp_input() 4930 tp->t_timer[TCPT_KEEP] = tcp_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 | 2154 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_otcpcb() 2340 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb64()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | socket_info.c | 163 tp->t_timer[TCPT_KEEP]; in fill_socketinfo()
|