Home
last modified time | relevance | path

Searched refs:TCPS_ESTABLISHED (Results 1 – 21 of 21) sorted by last modified time

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp_fsm.h33 #define TCPS_ESTABLISHED 4 /* established */ macro
/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()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c98 case TCPS_ESTABLISHED: \
718 case TCPS_ESTABLISHED: in tcp_display()
H A Dtcp_opt_data.c495 if (tcp->tcp_state < TCPS_ESTABLISHED) in tcp_opt_get()
735 if (tcp->tcp_state == TCPS_ESTABLISHED && in tcp_opt_set()
H A Dtcp_input.c2703 tcp->tcp_state = TCPS_ESTABLISHED; in tcp_input_data()
3456 case TCPS_ESTABLISHED: in tcp_input_data()
3809 tcp->tcp_state = TCPS_ESTABLISHED; in tcp_input_data()
4605 if (tcp->tcp_state > TCPS_ESTABLISHED) { in tcp_input_data()
4689 case TCPS_ESTABLISHED: in tcp_input_data()
4694 int32_t, TCPS_ESTABLISHED); in tcp_input_data()
5596 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.c876 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_clean_death()
895 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_clean_death()
1256 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_closei_local()
1777 } else if (tcp->tcp_state >= TCPS_ESTABLISHED) { in tcp_disconnect_common()
1851 case TCPS_ESTABLISHED: in tcp_disconnect_common()
1901 if (tcp->tcp_state >= TCPS_ESTABLISHED) { in tcp_disconnect()
2493 if (tcp->tcp_state < TCPS_ESTABLISHED) in tcp_update_pmtu()
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_tpi.c774 case TCPS_ESTABLISHED: in tcp_tpistate()
1167 if (tcp->tcp_state >= TCPS_ESTABLISHED && in tcp_accept_finish()
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_stats.c76 case TCPS_ESTABLISHED: in tcp_snmp_state()
H A Dtcp_output.c413 tcp->tcp_state < TCPS_ESTABLISHED); in tcp_wput_data()
1165 (tcp->tcp_state != TCPS_ESTABLISHED) || in tcp_output()
1575 tcp->tcp_state >= TCPS_ESTABLISHED) { in tcp_close_output()
1650 if (tcp->tcp_state == TCPS_ESTABLISHED || in tcp_close_output()
3016 case TCPS_ESTABLISHED: in tcp_xmit_mp_aux_fss()
3021 int32_t, TCPS_ESTABLISHED); in tcp_xmit_mp_aux_fss()
/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/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/lib/libdtrace/common/
H A Dtcp.d.in57 inline int32_t TCP_STATE_ESTABLISHED = @TCPS_ESTABLISHED@;
H A Dtcp.sed.in45 SED_REPLACE(TCPS_ESTABLISHED)
/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_main.c200 filter.ca_state = TCPS_ESTABLISHED; in main()
H A Dconnstat_tcp.c149 { TCPS_ESTABLISHED, "ESTABLISHED" },