Home
last modified time | relevance | path

Searched refs:TCPT_PERSIST (Results 1 – 7 of 7) sorted by relevance

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_timer.h132 #define TCPT_PERSIST 4 /* retransmit persistence */ macro
155 #define TCPT_PERSIST 1 /* retransmit persistence */ macro
230 #define IS_TIMER_HZ_500MS(i) ((i) >= TCPT_PERSIST)
231 #define IS_TIMER_HZ_100MS(i) ((i) >= TCPT_REXMT && (i) < TCPT_PERSIST)
H A Dtcp_output.c836 if (tp->t_timer[TCPT_PERSIST] != 0) { in tcp_output()
837 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
1031 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
1217 if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
1621 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
1649 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
2500 tp->t_timer[TCPT_PERSIST]) { in tcp_output()
2642 || tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
2693 if (tp->t_timer[TCPT_PERSIST]) { in tcp_output()
2694 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
[all …]
H A Din_pcblist.c238 xt->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb_n()
H A Dtcp_timer.c1416 case TCPT_PERSIST: in tcp_timers()
1801 if (tp->t_timer[TCPT_REXMT] == 0 && tp->t_timer[TCPT_PERSIST] == 0 && in tcp_timers()
H A Dtcp_subr.c1852 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_otcpcb()
2038 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb64()
H A Dtcp_input.c3094 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
5062 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
/xnu-8796.121.2/bsd/kern/
H A Dsocket_info.c159 tp->t_timer[TCPT_PERSIST]; in fill_socketinfo()