Searched refs:TCPS_ESTABLISHED (Results 1 - 20 of 20) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Dtcp_fsm.h33 /* states < TCPS_ESTABLISHED are those where connections not established */
34 #define TCPS_ESTABLISHED 4 /* established */ macro
/opensolaris-onvv-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@;
/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h31 /* states < TCPS_ESTABLISHED are those where connections not established */
32 #define TCPS_ESTABLISHED 0 /* established */ macro
H A Dtcp.c855 case TCPS_ESTABLISHED:
968 tcp->tcp_state >= TCPS_ESTABLISHED) {
975 tcp->tcp_state >= TCPS_ESTABLISHED &&
1001 if (tcp->tcp_state == TCPS_ESTABLISHED ||
1421 return (tcp_state_wait(sock_id, tcp, TCPS_ESTABLISHED));
2867 tcp->tcp_state = TCPS_ESTABLISHED;
3263 case TCPS_ESTABLISHED:
3422 tcp->tcp_state = TCPS_ESTABLISHED;
3988 if (tcp->tcp_state > TCPS_ESTABLISHED) {
4047 case TCPS_ESTABLISHED
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c190 return ((eager->tcp_state < TCPS_ESTABLISHED) ? ECONNABORTED : 0);
306 case TCPS_ESTABLISHED:
502 if (tcpstate < TCPS_ESTABLISHED) {
636 if (tcp->tcp_state >= TCPS_ESTABLISHED &&
H A Dtcp_misc.c98 case TCPS_ESTABLISHED: \
717 case TCPS_ESTABLISHED:
H A Dtcp_timers.c421 if (tcp->tcp_state < TCPS_ESTABLISHED) {
712 case TCPS_ESTABLISHED:
H A Dtcp.c178 * was in state TCPS_ESTABLISHED or greater. In the later case, TCP keep its
883 if (tcp->tcp_state >= TCPS_ESTABLISHED &&
902 if (tcp->tcp_state >= TCPS_ESTABLISHED &&
1255 if (tcp->tcp_state >= TCPS_ESTABLISHED &&
1753 } else if (tcp->tcp_state >= TCPS_ESTABLISHED) {
1827 case TCPS_ESTABLISHED:
1877 if (tcp->tcp_state >= TCPS_ESTABLISHED) {
2460 if (tcp->tcp_state < TCPS_ESTABLISHED)
H A Dtcp_input.c2506 tcp->tcp_state = TCPS_ESTABLISHED;
3225 case TCPS_ESTABLISHED:
3578 tcp->tcp_state = TCPS_ESTABLISHED;
4410 if (tcp->tcp_state > TCPS_ESTABLISHED) {
4494 case TCPS_ESTABLISHED:
4499 int32_t, TCPS_ESTABLISHED);
5360 if (tcp->tcp_state >= TCPS_ESTABLISHED &&
H A Dtcp_bind.c787 ltcp->tcp_state <= TCPS_ESTABLISHED))) {
H A Dtcp_opt_data.c449 if (tcp->tcp_state < TCPS_ESTABLISHED)
H A Dtcp_output.c399 tcp->tcp_state < TCPS_ESTABLISHED);
1149 (tcp->tcp_state != TCPS_ESTABLISHED) ||
1558 tcp->tcp_state >= TCPS_ESTABLISHED) {
1633 if (tcp->tcp_state == TCPS_ESTABLISHED ||
2245 * TCPS_ESTABLISHED and TCPS_CLOSE_WAIT are valid
2999 case TCPS_ESTABLISHED:
3004 int32_t, TCPS_ESTABLISHED);
H A Dtcp_tpi.c768 case TCPS_ESTABLISHED:
1161 if (tcp->tcp_state >= TCPS_ESTABLISHED &&
H A Dtcp_stats.c68 case TCPS_ESTABLISHED:
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h54 /* states < TCPS_ESTABLISHED are those where connections not established */
55 #define TCPS_ESTABLISHED 0 /* established */ macro
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c193 { "ESTABLISHED", TCPS_ESTABLISHED },
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c2408 tconnp->conn_tcp->tcp_state == TCPS_ESTABLISHED &&
2462 tconnp->conn_tcp->tcp_state == TCPS_ESTABLISHED &&
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c172 return (tcp->tcp_state >= TCPS_ESTABLISHED);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1611 case TCPS_ESTABLISHED:
4857 if (!(Aflag || tp->tcpConnEntryInfo.ce_state >= TCPS_ESTABLISHED))
4918 if (!(Aflag || tp6->tcp6ConnEntryInfo.ce_state >= TCPS_ESTABLISHED))

Completed in 227 milliseconds