Searched refs:TCPS_TIME_WAIT (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dtcp_fsm.h58 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */ macro
72 #define TCP6S_TIME_WAIT TCPS_TIME_WAIT
76 #define TCPS_HAVERCVDFIN(s) ((s) >= TCPS_TIME_WAIT)
H A Dtcp_timewait.c259 tcp_state_change(tp, TCPS_TIME_WAIT);
663 TCPSTATES_DEC(TCPS_TIME_WAIT);
H A Dtcp_usrreq.c2046 case TCPS_TIME_WAIT:
2047 db_printf("TCPS_TIME_WAIT");
H A Dtcp_subr.c1777 xt.xt_tp.t_state = TCPS_TIME_WAIT;
H A Dtcp_input.c1550 KASSERT(tp->t_state != TCPS_TIME_WAIT, ("%s: TCPS_TIME_WAIT",
/freebsd-11.0-release/cddl/lib/libdtrace/
H A Dtcp.d55 #pragma D binding "1.6.3" TCPS_TIME_WAIT
56 inline int TCPS_TIME_WAIT = 10;
89 state == TCPS_TIME_WAIT ? "state-time-wait" :
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-pfsync.c333 if (src->state <= TCPS_TIME_WAIT &&
334 dst->state <= TCPS_TIME_WAIT)
/freebsd-11.0-release/sbin/pfctl/
H A Dpf_print_state.c265 if (src->state <= TCPS_TIME_WAIT &&
266 dst->state <= TCPS_TIME_WAIT)
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h145 ENUM2STR(TCPS_TIME_WAIT),
H A Dsdp_rx.c77 case TCPS_TIME_WAIT:
620 if (ssk->state == TCPS_TIME_WAIT)
H A Dsdp_cma.c412 if (ssk->state != TCPS_TIME_WAIT) {
H A Dsdp_main.c378 ssk->state = TCPS_TIME_WAIT;
/freebsd-11.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c345 case TCPS_TIME_WAIT:
/freebsd-11.0-release/usr.bin/systat/
H A Dnetstat.c222 enter_kvm(&inpcb, &sockb, TCPS_TIME_WAIT,
/freebsd-11.0-release/sys/netinet/tcp_stacks/
H A Dfastpath.c1793 KASSERT(tp->t_state != TCPS_TIME_WAIT, ("%s: TCPS_TIME_WAIT",
2235 KASSERT(tp->t_state != TCPS_TIME_WAIT, ("%s: TCPS_TIME_WAIT",
/freebsd-11.0-release/usr.bin/netstat/
H A Dinet.c263 xt.xt_tp.t_state = TCPS_TIME_WAIT;
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf.c4075 src->state = dst->state = TCPS_TIME_WAIT;
4162 src->state = dst->state = TCPS_TIME_WAIT;
4256 src->state = dst->state = TCPS_TIME_WAIT;

Completed in 103 milliseconds