Home
last modified time | relevance | path

Searched refs:TCPS_ESTABLISHED (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp_fsm.h33 #define TCPS_ESTABLISHED 4 /* established */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in45 SED_REPLACE(TCPS_ESTABLISHED)
H A Dtcp.d.in57 inline int32_t TCP_STATE_ESTABLISHED = @TCPS_ESTABLISHED@;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c195 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 Dtcp_misc.c98 case TCPS_ESTABLISHED: \
718 case TCPS_ESTABLISHED: in tcp_display()
H A Dtcp_timers.c444 if (tcp->tcp_state < TCPS_ESTABLISHED) { in tcp_keepalive_timer()
737 case TCPS_ESTABLISHED: in tcp_timer()
H A Dtcp_opt_data.c505 if (tcp->tcp_state < TCPS_ESTABLISHED) in tcp_opt_get()
745 if (tcp->tcp_state == TCPS_ESTABLISHED && in tcp_opt_set()
H A Dtcp_output.c415 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 Dtcp.c877 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 Dtcp_input.c2736 tcp->tcp_state = TCPS_ESTABLISHED; in tcp_input_data()
3505 case TCPS_ESTABLISHED: in tcp_input_data()
3858 tcp->tcp_state = TCPS_ESTABLISHED; in tcp_input_data()
4654 if (tcp->tcp_state > TCPS_ESTABLISHED) { in tcp_input_data()
4738 case TCPS_ESTABLISHED: in tcp_input_data()
4743 int32_t, TCPS_ESTABLISHED); in tcp_input_data()
5651 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_rsrv_input()
H A Dtcp_bind.c796 ltcp->tcp_state <= TCPS_ESTABLISHED))) { in tcp_bindi()
H A Dtcp_tpi.c774 case TCPS_ESTABLISHED: in tcp_tpistate()
1167 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_accept_finish()
H A Dtcp_stats.c77 case TCPS_ESTABLISHED: in tcp_snmp_state()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h32 #define TCPS_ESTABLISHED 0 /* established */ macro
H A Dtcp.c854 case TCPS_ESTABLISHED: in tcp_shutdown()
967 tcp->tcp_state >= TCPS_ESTABLISHED) { in tcp_close()
1000 if (tcp->tcp_state == TCPS_ESTABLISHED || in tcp_close()
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()
4314 case TCPS_ESTABLISHED: in tcp_timer()
5982 case TCPS_ESTABLISHED: in tcp_xmit_mp()
[all …]
/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_tcp.c149 { TCPS_ESTABLISHED, "ESTABLISHED" },
H A Dconnstat_main.c200 filter.ca_state = TCPS_ESTABLISHED; in main()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h61 #define TCPS_ESTABLISHED 0 /* established */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c2411 tconnp->conn_tcp->tcp_state == TCPS_ESTABLISHED && in ipcl_conn_tcp_lookup_reversed_ipv4()
2465 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 Dnet.c172 return (tcp->tcp_state >= TCPS_ESTABLISHED); in net_tcp_active()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c2019 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()