Searched refs:TCPT_PERSIST (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c401 if (tp->t_timer[TCPT_PERSIST]) {
402 tp->t_timer[TCPT_PERSIST] = 0;
573 tp->t_timer[TCPT_PERSIST] = 0;
706 if (tp->t_timer[TCPT_PERSIST] == 0)
935 tp->t_timer[TCPT_PERSIST] == 0) {
947 * tp->t_timer[TCPT_PERSIST]
962 tp->t_timer[TCPT_PERSIST] == 0) {
1505 if (len || (flags & (TH_SYN|TH_FIN)) || tp->t_timer[TCPT_PERSIST])
1625 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {
1667 if (tp->t_timer[TCPT_PERSIST]) {
[all...]
H A Dtcp_timer.h81 #define TCPT_PERSIST 1 /* retransmit persistence */ macro
99 * The TCPT_PERSIST timer is used to keep window size information
103 * the TCPT_PERSIST timer. When it expires, if the window is nonzero,
108 * packet time. The TCPT_PERSIST timer is cleared whenever we receive
H A Dtcp_timer.c778 case TCPT_PERSIST:
H A Dtcp_input.c2346 else if (tp->t_timer[TCPT_PERSIST] == 0)
3443 } else if (tp->t_timer[TCPT_PERSIST] == 0)
/darwin-on-arm/xnu/bsd/kern/
H A Dsocket_info.c147 tcpsi->tcpsi_timer[TCPT_PERSIST] = tp->t_timer[TCPT_PERSIST];

Completed in 50 milliseconds