/illumos-gate/usr/src/uts/common/netinet/ |
H A D | tcp_fsm.h | 33 #define TCPS_ESTABLISHED 4 /* established */ macro
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | tcp.sed.in | 45 SED_REPLACE(TCPS_ESTABLISHED)
|
H A D | tcp.d.in | 57 inline int32_t TCP_STATE_ESTABLISHED = @TCPS_ESTABLISHED@;
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 195 return ((eager->tcp_state < TCPS_ESTABLISHED) ? ECONNABORTED : 0); in tcp_accept() 311 case TCPS_ESTABLISHED: in tcp_connect() 513 if (tcpstate < TCPS_ESTABLISHED) { in tcp_sendmsg() 647 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_clr_flowctrl()
|
H A D | tcp_misc.c | 98 case TCPS_ESTABLISHED: \ 718 case TCPS_ESTABLISHED: in tcp_display()
|
H A D | tcp_timers.c | 444 if (tcp->tcp_state < TCPS_ESTABLISHED) { in tcp_keepalive_timer() 737 case TCPS_ESTABLISHED: in tcp_timer()
|
H A D | tcp_opt_data.c | 505 if (tcp->tcp_state < TCPS_ESTABLISHED) in tcp_opt_get() 745 if (tcp->tcp_state == TCPS_ESTABLISHED && in tcp_opt_set()
|
H A D | tcp_output.c | 415 tcp->tcp_state < TCPS_ESTABLISHED); in tcp_wput_data() 1169 tcp->tcp_state != TCPS_ESTABLISHED || in tcp_output() 1579 tcp->tcp_state >= TCPS_ESTABLISHED) { in tcp_close_output() 1654 if (tcp->tcp_state == TCPS_ESTABLISHED || in tcp_close_output() 3055 case TCPS_ESTABLISHED: in tcp_xmit_mp_aux_fss() 3060 int32_t, TCPS_ESTABLISHED); in tcp_xmit_mp_aux_fss()
|
H A D | tcp.c | 877 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_clean_death() 896 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_clean_death() 1257 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_closei_local() 1787 } else if (tcp->tcp_state >= TCPS_ESTABLISHED) { in tcp_disconnect_common() 1861 case TCPS_ESTABLISHED: in tcp_disconnect_common() 1911 if (tcp->tcp_state >= TCPS_ESTABLISHED) { in tcp_disconnect() 2508 if (tcp->tcp_state < TCPS_ESTABLISHED) in tcp_update_pmtu()
|
H A D | tcp_input.c | 2755 tcp->tcp_state = TCPS_ESTABLISHED; in tcp_input_data() 3524 case TCPS_ESTABLISHED: in tcp_input_data() 3877 tcp->tcp_state = TCPS_ESTABLISHED; in tcp_input_data() 4673 if (tcp->tcp_state > TCPS_ESTABLISHED) { in tcp_input_data() 4757 case TCPS_ESTABLISHED: in tcp_input_data() 4762 int32_t, TCPS_ESTABLISHED); in tcp_input_data() 5670 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_rsrv_input()
|
H A D | tcp_bind.c | 807 ltcp->tcp_state <= TCPS_ESTABLISHED))) { in tcp_bindi()
|
H A D | tcp_tpi.c | 774 case TCPS_ESTABLISHED: in tcp_tpistate() 1167 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_accept_finish()
|
H A D | tcp_stats.c | 77 case TCPS_ESTABLISHED: in tcp_snmp_state()
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp_inet.h | 32 #define TCPS_ESTABLISHED 0 /* established */ macro
|
H A D | tcp.c | 854 case TCPS_ESTABLISHED: in tcp_shutdown() 967 tcp->tcp_state >= TCPS_ESTABLISHED) { in tcp_close() 974 tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_close() 1000 if (tcp->tcp_state == TCPS_ESTABLISHED || in tcp_close() 1420 return (tcp_state_wait(sock_id, tcp, TCPS_ESTABLISHED)); in tcp_connect() 2866 tcp->tcp_state = TCPS_ESTABLISHED; in tcp_rput_data() 3262 case TCPS_ESTABLISHED: in tcp_rput_data() 3421 tcp->tcp_state = TCPS_ESTABLISHED; in tcp_rput_data() 3986 if (tcp->tcp_state > TCPS_ESTABLISHED) { in tcp_rput_data() 4045 case TCPS_ESTABLISHED: in tcp_rput_data() [all …]
|
/illumos-gate/usr/src/cmd/connstat/ |
H A D | connstat_tcp.c | 149 { TCPS_ESTABLISHED, "ESTABLISHED" },
|
H A D | connstat_main.c | 200 filter.ca_state = TCPS_ESTABLISHED; in main()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp.h | 61 #define TCPS_ESTABLISHED 0 /* established */ macro
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipclassifier.c | 2426 tconnp->conn_tcp->tcp_state == TCPS_ESTABLISHED && in ipcl_conn_tcp_lookup_reversed_ipv4() 2480 tconnp->conn_tcp->tcp_state == TCPS_ESTABLISHED && in ipcl_conn_tcp_lookup_reversed_ipv6()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 178 return (tcp->tcp_state >= TCPS_ESTABLISHED); in net_tcp_active()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 2019 case TCPS_ESTABLISHED: in mitcp_state() 5590 if (!(Aflag || tp->tcpConnEntryInfo.ce_state >= TCPS_ESTABLISHED)) in tcp_report_item_v4() 5719 if (!(Aflag || tp6->tcp6ConnEntryInfo.ce_state >= TCPS_ESTABLISHED)) in tcp_report_item_v6()
|