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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp_fsm.h42 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */ macro
45 #define TCPS_HAVERCVDFIN(s) ((s) >= TCPS_TIME_WAIT)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in51 SED_REPLACE(TCPS_TIME_WAIT)
H A Dtcp.d.in69 inline int32_t TCP_STATE_TIME_WAIT = @TCPS_TIME_WAIT@;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c52 * ac_start and ac_end fields are in the range TCPS_SYN_SENT to TCPS_TIME_WAIT,
57 * If the connection state is < TCPS_TIME_WAIT, an application should behave as
59 * TCPS_TIME_WAIT, the 2MSL timeout will immediately be canceled by the kernel
106 case TCPS_TIME_WAIT: \
476 if (acp->ac_start < TCPS_SYN_SENT || acp->ac_end > TCPS_TIME_WAIT ||
735 case TCPS_TIME_WAIT:
H A Dtcp_time_wait.c81 ASSERT(tcp->tcp_state == TCPS_TIME_WAIT);
146 ASSERT(tcp->tcp_state == TCPS_TIME_WAIT);
H A Dtcp_timers.c900 case TCPS_TIME_WAIT:
H A Dtcp_input.c108 (tcp)->tcp_state = TCPS_TIME_WAIT; \
2398 if (tcp->tcp_state == TCPS_TIME_WAIT) {
3321 ASSERT(tcp->tcp_state != TCPS_TIME_WAIT);
3348 ASSERT(tcp->tcp_state != TCPS_TIME_WAIT);
4539 ASSERT(tcp->tcp_state != TCPS_TIME_WAIT);
H A Dtcp.c883 tcp->tcp_state < TCPS_TIME_WAIT) {
997 if (tcp->tcp_state == TCPS_TIME_WAIT) {
1255 tcp->tcp_state < TCPS_TIME_WAIT) {
1323 if (tcp->tcp_state == TCPS_TIME_WAIT)
H A Dtcp_stats.c82 case TCPS_TIME_WAIT:
H A Dtcp_tpi.c651 * TODO: If someone in TCPS_TIME_WAIT has this dst/port we
779 case TCPS_TIME_WAIT:
H A Dtcp_output.c1611 if (tcp->tcp_state == TCPS_TIME_WAIT) {
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h40 #define TCPS_TIME_WAIT 6 /* in 2*msl quiet wait after close */ macro
H A Dtcp.c988 if (tcp_state_wait(sock_id, tcp, TCPS_TIME_WAIT) < 0) {
1923 if (tcp->tcp_state == TCPS_TIME_WAIT)
2741 if (tcp->tcp_state == TCPS_TIME_WAIT) {
2751 assert(tcp != NULL && tcp->tcp_state != TCPS_TIME_WAIT);
3274 assert(tcp->tcp_state != TCPS_TIME_WAIT);
3301 assert(tcp->tcp_state != TCPS_TIME_WAIT);
4024 tcp->tcp_state = TCPS_TIME_WAIT;
4033 assert(tcp->tcp_state != TCPS_TIME_WAIT);
4058 tcp->tcp_state = TCPS_TIME_WAIT;
4454 case TCPS_TIME_WAIT
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h66 #define TCPS_TIME_WAIT 6 /* in 2*msl quiet wait after close */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c199 { "TIME_WAIT", TCPS_TIME_WAIT },
689 if (!show_timewait && conn.tcp_state == TCPS_TIME_WAIT)
758 if (!show_timewait && conn.tcp_state == TCPS_TIME_WAIT)
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3182 conn.ac_end = TCPS_TIME_WAIT;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1629 case TCPS_TIME_WAIT:

Completed in 158 milliseconds