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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp_fsm.h29 #define TCPS_CLOSED 0 /* closed */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in39 SED_REPLACE(TCPS_CLOSED)
H A Dtcp.d.in45 inline int32_t TCP_STATE_CLOSED = @TCPS_CLOSED@;
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h25 #define TCPS_CLOSED -6 macro
H A Dtcp.c914 case TCPS_CLOSED:
6419 case TCPS_CLOSED:
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c253 if (tcp->tcp_state == TCPS_CLOSED ||
699 case TCPS_CLOSED:
H A Dtcp_timers.c71 * the TCPS_CLOSED state.
215 if (tcp->tcp_state != TCPS_CLOSED) {
H A Dtcp_time_wait.c274 if (tcp->tcp_state == TCPS_CLOSED) {
H A Dtcp_stats.c60 case TCPS_CLOSED:
H A Dtcp.c860 int32_t, TCPS_CLOSED);
951 int32_t, TCPS_CLOSED);
1227 * to TCPS_CLOSED. The freeing up of memory is deferred until
1328 tcp->tcp_state = TCPS_CLOSED;
H A Dtcp_output.c630 if (TCP_IS_DETACHED(tcp) || (tcp->tcp_state == TCPS_CLOSED)) {
1473 case TCPS_CLOSED:
1746 if (tcp->tcp_state == TCPS_CLOSED) {
H A Dtcp_input.c978 if (eager->tcp_state != TCPS_CLOSED)
2798 case TCPS_CLOSED:
5507 if (tcp->tcp_state == TCPS_CLOSED) {
H A Dtcp_tpi.c780 case TCPS_CLOSED:
1960 * might get into TCPS_CLOSED as a result of a TH_RST etc.
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h51 #define TCPS_CLOSED -6 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c187 { "CLOSED", TCPS_CLOSED },
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1593 case TCPS_CLOSED:

Completed in 332 milliseconds