Searched refs:TCPS_ESTABLISHED (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_fsm.h79 /* states < TCPS_ESTABLISHED are those where connections not established */
80 #define TCPS_ESTABLISHED 4 /* established */ macro
96 #define TCP6S_ESTABLISHED TCPS_ESTABLISHED
105 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
H A Dtcp_timer.h236 #define TCP_ADD_REXMTSLOP(tp) (tp->t_state >= TCPS_ESTABLISHED)
H A Dtcp_newreno.c342 if (tp->t_state >= TCPS_ESTABLISHED) {
H A Dtcp_output.c842 tp->t_state != TCPS_ESTABLISHED) {
932 if (tp->sack_enable && (tp->t_state >= TCPS_ESTABLISHED) &&
1821 (tp->t_state == TCPS_ESTABLISHED)) {
1843 if (sendalot == 0 || (tp->t_state != TCPS_ESTABLISHED) ||
2067 (tp->t_state == TCPS_ESTABLISHED) && (sack_in_progress == 0) &&
2145 tp->t_state == TCPS_ESTABLISHED) {
2192 if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift == 0 &&
H A Dtcp_input.c2002 if (tp->t_state == TCPS_ESTABLISHED && tlen > 0) {
2077 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED &&
2096 if (tp->t_state == TCPS_ESTABLISHED && (tp->t_flags & TF_STRETCHACK) != 0 &&
2159 if (tp->t_state == TCPS_ESTABLISHED &&
2225 * Since we check for TCPS_ESTABLISHED above, it can only
2228 if (tp->t_state == TCPS_ESTABLISHED &&
2711 struct tcpcb *, tp, int32_t, TCPS_ESTABLISHED);
2712 tp->t_state = TCPS_ESTABLISHED;
2778 case TCPS_ESTABLISHED:
2865 case TCPS_ESTABLISHED
[all...]
H A Dtcp_ledbat.c372 if (tp->t_state >= TCPS_ESTABLISHED) {
H A Dtcp_timer.c657 if (tcp_pmtud_black_hole_detect && (tp->t_state == TCPS_ESTABLISHED)) {
815 if (tp->t_state < TCPS_ESTABLISHED)
H A Dip_compat.h507 /* states < TCPS_ESTABLISHED are those where connections not established */
508 #define TCPS_ESTABLISHED 4 /* established */
H A Dtcp_usrreq.c1739 if (tp->t_state < TCPS_ESTABLISHED)
1781 case TCPS_ESTABLISHED:
H A Dtcp_subr.c1265 if (tp->t_state == TCPS_ESTABLISHED &&
1269 } else if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift > 3 &&
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c2576 if ((src->state >= TCPS_ESTABLISHED &&
2577 dst->state >= TCPS_ESTABLISHED) &&
2617 ((src->state == TCPS_ESTABLISHED && dst->state == TCPS_ESTABLISHED)
H A Dntstat.c856 out_counts->nstat_connectsuccesses = tp->t_state >= TCPS_ESTABLISHED ? 1 : 0;
H A Dpf.c5912 TCPS_ESTABLISHED;
6129 dst->state = TCPS_ESTABLISHED;
6130 if (src->state == TCPS_ESTABLISHED &&
6150 else if (src->state < TCPS_ESTABLISHED ||
6151 dst->state < TCPS_ESTABLISHED)

Completed in 117 milliseconds