Home
last modified time | relevance | path

Searched refs:TCPS_CLOSED (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_tcp.c143 { TCPS_CLOSED, "CLOSED" },
156 { TCPS_CLOSED - 1, NULL }
379 return (sip == NULL ? TCPS_CLOSED - 1 : sip->tsi_state); in tcp_str2state()
H A Dconnstat_main.c417 if (filter->ca_state < TCPS_CLOSED) { in process_filter()
/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp_fsm.h28 #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.c913 case TCPS_CLOSED: in tcp_close()
6418 case TCPS_CLOSED: in tcp_display()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c253 if (tcp->tcp_state == TCPS_CLOSED || in tcp_ioctl_abort_handler()
700 case TCPS_CLOSED: in tcp_display()
H A Dtcp_time_wait.c275 if (tcp->tcp_state == TCPS_CLOSED) { in tcp_timewait_close()
H A Dtcp_timers.c215 if (tcp->tcp_state != TCPS_CLOSED) { in tcp_timer_handler()
H A Dtcp_output.c645 if (TCP_IS_DETACHED(tcp) || (tcp->tcp_state == TCPS_CLOSED)) { in tcp_wput_nondata()
1489 case TCPS_CLOSED: in tcp_close_output()
1774 if (tcp->tcp_state == TCPS_CLOSED) { in tcp_send_synack()
H A Dtcp.c854 int32_t, TCPS_CLOSED); in tcp_clean_death()
945 int32_t, TCPS_CLOSED); in tcp_clean_death()
1330 tcp->tcp_state = TCPS_CLOSED; in tcp_closei_local()
H A Dtcp_stats.c66 case TCPS_CLOSED: in tcp_snmp_state()
H A Dtcp_input.c1110 if (eager->tcp_state != TCPS_CLOSED) in tcp_eager_kill()
2932 case TCPS_CLOSED: in tcp_input_data()
5668 if (tcp->tcp_state == TCPS_CLOSED) { in tcp_icmp_input()
H A Dtcp_tpi.c786 case TCPS_CLOSED: in tcp_tpistate()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h54 #define TCPS_CLOSED -6 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c2001 case TCPS_CLOSED: in mitcp_state()