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

/macosx-10.10.1/xnu-2782.1.97/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.h289 #define TCP_ADD_REXMTSLOP(tp) (tp->t_state >= TCPS_ESTABLISHED)
H A Dtcp_timer.c741 tp->t_state == TCPS_ESTABLISHED) {
754 (tp->t_state == TCPS_ESTABLISHED) &&
812 (tp->t_state == TCPS_ESTABLISHED)) {
991 (tp->t_state > TCPS_ESTABLISHED)) {
998 if (tp->t_state < TCPS_ESTABLISHED)
1114 if ((tp->t_state == TCPS_ESTABLISHED) &&
1151 if (tp->t_state != TCPS_ESTABLISHED ||
H A Dtcp_input.c862 tp->t_state == TCPS_ESTABLISHED) {
2253 if (tp->t_state == TCPS_ESTABLISHED && tlen > 0) {
2294 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED &&
2315 if (tp->t_state == TCPS_ESTABLISHED
2391 if (tp->t_state == TCPS_ESTABLISHED &&
2461 * Since we check for TCPS_ESTABLISHED above, it can only
2464 if (tp->t_state == TCPS_ESTABLISHED &&
2981 struct tcpcb *, tp, int32_t, TCPS_ESTABLISHED);
2982 tp->t_state = TCPS_ESTABLISHED;
3064 case TCPS_ESTABLISHED
[all...]
H A Dtcp_newreno.c293 if (tp->t_state >= TCPS_ESTABLISHED) {
H A Dtcp_output.c959 tp->t_state != TCPS_ESTABLISHED) {
1058 if (SACK_ENABLED(tp) && (tp->t_state >= TCPS_ESTABLISHED) &&
1915 if (tcp_enable_tlp && tp->t_state == TCPS_ESTABLISHED &&
2118 (tp->t_state == TCPS_ESTABLISHED)) {
2140 if (sendalot == 0 || (tp->t_state != TCPS_ESTABLISHED) ||
2394 (tp->t_state == TCPS_ESTABLISHED) && (sack_in_progress == 0) &&
2475 tp->t_state == TCPS_ESTABLISHED) {
2521 if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift == 0 &&
H A Dtcp_ledbat.c375 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_subr.c1357 if (tp->t_state == TCPS_ESTABLISHED &&
1361 } else if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift > 3 &&
H A Dtcp_usrreq.c2356 if (tp->t_state < TCPS_ESTABLISHED)
2403 case TCPS_ESTABLISHED:
H A Dmptcp_opt.c1962 if (tp->t_state != TCPS_ESTABLISHED) {
H A Dmptcp_subr.c4590 if (tp->t_state != TCPS_ESTABLISHED)
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d59 inline int TCPS_ESTABLISHED = 4;
60 #pragma D binding "1.0" TCPS_ESTABLISHED
178 T->t_state == TCPS_ESTABLISHED ? "state-established" :
218 I == TCPS_ESTABLISHED ? "state-established" :
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_norm.c2586 if ((src->state >= TCPS_ESTABLISHED &&
2587 dst->state >= TCPS_ESTABLISHED) &&
2627 ((src->state == TCPS_ESTABLISHED && dst->state == TCPS_ESTABLISHED)
H A Dpf.c5966 TCPS_ESTABLISHED;
6186 dst->state = TCPS_ESTABLISHED;
6187 if (src->state == TCPS_ESTABLISHED &&
6207 else if (src->state < TCPS_ESTABLISHED ||
6208 dst->state < TCPS_ESTABLISHED)
H A Dntstat.c1060 out_counts->nstat_connectsuccesses = tp->t_state >= TCPS_ESTABLISHED ? 1 : 0;

Completed in 183 milliseconds