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

/freebsd-11.0-release/sys/netinet/
H A Dtcp_fsm.h49 /* states < TCPS_ESTABLISHED are those where connections not established */
50 #define TCPS_ESTABLISHED 4 /* established */ macro
66 #define TCP6S_ESTABLISHED TCPS_ESTABLISHED
75 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
H A Dtcp_input.c1030 if (!((tp->t_state == TCPS_ESTABLISHED && (thflags & TH_SYN) == 0) ||
1532 tp->t_state != TCPS_ESTABLISHED) {
1683 * Since we check for TCPS_ESTABLISHED first, it can only
1686 if (tp->t_state == TCPS_ESTABLISHED &&
2061 tcp_state_change(tp, TCPS_ESTABLISHED);
2173 case TCPS_ESTABLISHED:
2440 tcp_state_change(tp, TCPS_ESTABLISHED);
2484 case TCPS_ESTABLISHED:
3118 case TCPS_ESTABLISHED:
H A Dtcp_timer.c429 if (tp->t_state < TCPS_ESTABLISHED)
674 if (V_tcp_pmtud_blackhole_detect && (((tp->t_state == TCPS_ESTABLISHED))
H A Dtcp_usrreq.c1914 if (tp->t_state < TCPS_ESTABLISHED) {
1970 case TCPS_ESTABLISHED:
2022 case TCPS_ESTABLISHED:
2023 db_printf("TCPS_ESTABLISHED");
H A Dtcp_subr.c1654 if (tp->t_state == TCPS_ESTABLISHED &&
1662 } else if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift > 3 &&
H A Dtcp_output.c1138 if (tp->t_state == TCPS_ESTABLISHED &&
/freebsd-11.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c246 value->v.uint32 = tcps_states[TCPS_ESTABLISHED] +
327 case TCPS_ESTABLISHED:
/freebsd-11.0-release/cddl/lib/libdtrace/
H A Dtcp.d43 #pragma D binding "1.6.3" TCPS_ESTABLISHED
44 inline int TCPS_ESTABLISHED = 4;
83 state == TCPS_ESTABLISHED ? "state-established" :
/freebsd-11.0-release/sys/netinet/tcp_stacks/
H A Dfastpath.c622 tcp_state_change(tp, TCPS_ESTABLISHED);
733 case TCPS_ESTABLISHED:
992 tcp_state_change(tp, TCPS_ESTABLISHED);
1016 case TCPS_ESTABLISHED:
1611 case TCPS_ESTABLISHED:
1775 tp->t_state != TCPS_ESTABLISHED) {
1936 * Since we check for TCPS_ESTABLISHED first, it can only
1939 if (__predict_true(tp->t_state == TCPS_ESTABLISHED &&
2217 tp->t_state != TCPS_ESTABLISHED) {
2358 * Since we check for TCPS_ESTABLISHED firs
[all...]
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c194 ssk->state = TCPS_ESTABLISHED;
229 ssk->state = TCPS_ESTABLISHED;
H A Dsdp_bcopy.c220 if (credit_update_needed(ssk) && ssk->state >= TCPS_ESTABLISHED &&
H A Dsdp_dbg.h140 ENUM2STR(TCPS_ESTABLISHED),
H A Dsdp_main.c690 case TCPS_ESTABLISHED:
740 if (ssk->state < TCPS_ESTABLISHED) {
1544 if (ssk->state == TCPS_ESTABLISHED &&
H A Dsdp_rx.c52 case TCPS_ESTABLISHED:
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_norm.c1584 if ((src->state >= TCPS_ESTABLISHED &&
1585 dst->state >= TCPS_ESTABLISHED) &&
1625 ((src->state == TCPS_ESTABLISHED && dst->state == TCPS_ESTABLISHED)
H A Dpf.c4064 dst->state = TCPS_ESTABLISHED;
4065 if (src->state == TCPS_ESTABLISHED &&
4085 else if (src->state < TCPS_ESTABLISHED ||
4086 dst->state < TCPS_ESTABLISHED)
4221 dst->state = TCPS_ESTABLISHED;
4222 if (src->state == TCPS_ESTABLISHED &&
4238 dst->state = src->state = TCPS_ESTABLISHED;
4245 dst->state == TCPS_ESTABLISHED &&
4266 else if (src->state < TCPS_ESTABLISHED ||
4267 dst->state < TCPS_ESTABLISHED)
[all...]
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c253 * and changes their state to TCPS_ESTABLISHED.
279 tp->t_state = TCPS_ESTABLISHED;
1008 if (tp->t_state >= TCPS_ESTABLISHED) {
1119 case TCPS_ESTABLISHED:
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1244 case TCPS_ESTABLISHED:
1581 tp->t_state = TCPS_ESTABLISHED;

Completed in 118 milliseconds