HomeSort by: relevance | last modified time | path
    Searched refs:TCPS_ESTABLISHED (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
tcp_fsm.h 48 /* states < TCPS_ESTABLISHED are those where connections not established */
49 #define TCPS_ESTABLISHED 4 /* established */
60 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
tcp_input.c 1814 if (tp->t_state == TCPS_ESTABLISHED &&
2378 case TCPS_ESTABLISHED:
2461 case TCPS_ESTABLISHED:
2766 tp->t_state == TCPS_ESTABLISHED) {
2817 case TCPS_ESTABLISHED:
tcp_subr.c 1258 if (tp->t_state == TCPS_ESTABLISHED &&
1900 tp->t_state = TCPS_ESTABLISHED;
tcp_usrreq.c 1189 case TCPS_ESTABLISHED:
  /src/sys/dist/pf/net/
pf_norm.c 1726 if ((src->state >= TCPS_ESTABLISHED &&
1727 dst->state >= TCPS_ESTABLISHED) &&
1768 ((src->state == TCPS_ESTABLISHED && dst->state == TCPS_ESTABLISHED)
pf.c 3936 TCPS_ESTABLISHED;
4115 dst->state = TCPS_ESTABLISHED;
4116 if (src->state == TCPS_ESTABLISHED &&
4136 else if (src->state < TCPS_ESTABLISHED ||
4137 dst->state < TCPS_ESTABLISHED)

Completed in 22 milliseconds