Home
last modified time | relevance | path

Searched refs:TS_IDLE (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c3092 tep->te_state = TS_IDLE; in tl_conn_req()
3219 tep->te_state = TS_IDLE; in tl_conn_req_ser()
3243 tep->te_state = TS_IDLE; in tl_conn_req_ser()
3262 tep->te_state = TS_IDLE; in tl_conn_req_ser()
3279 tep->te_state = TS_IDLE; in tl_conn_req_ser()
3749 tep->te_state = TS_IDLE; in tl_conn_res()
4197 peer_tep->te_state = TS_IDLE; in tl_discon_req()
4565 case TS_IDLE: in tl_data()
4739 case TS_IDLE: in tl_exdata()
5852 tep->te_state = TS_IDLE; in tl_discon_ind()
[all …]
H A Dtrill.c674 tsock->ts_state = TS_IDLE; in trill_start_recv()
685 if (tsock->ts_state != TS_IDLE) in trill_do_unbind()
1568 if (tsock->ts_state != TS_IDLE || tsock->ts_link == NULL) { in trill_send()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kgtstate.c111 case TS_IDLE: in t_kgetstate()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_getname.c232 if (tiptr->ti_state >= TS_IDLE) { in __tx_tlitpi_getprotaddr_locked()
H A D_utility.c1017 case TS_IDLE: in _t_create()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c192 return ((udp->udp_state == TS_IDLE) || in net_udp_active()
201 (udp->udp_state <= TS_IDLE))); in net_udp_ipv4()
671 else if (udp.udp_state == TS_IDLE) in netstat_udp_cb()
726 else if (icmp.icmp_state == TS_IDLE) in netstat_icmp_cb()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c179 else if (udp->udp_state == TS_IDLE) in udp_snmp_get()
232 (udp->udp_state <= TS_IDLE && in udp_snmp_get()
H A Dudp.c871 udp->udp_state = TS_IDLE; in udp_do_disconnect()
4888 if (cl_inet_unbind != NULL && udp->udp_state == TS_IDLE) { in udp_do_close()
5370 udp->udp_state = TS_IDLE; in udp_do_bind()
5800 udp->udp_state = TS_IDLE; in udp_do_connect()
5953 udp->udp_state = TS_IDLE; in udp_do_connect()
6043 udp->udp_state = TS_IDLE; in udp_connect()
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h191 #define TS_IDLE 3 /* idle */ macro
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c251 if (rdsp->rds_state >= TS_IDLE) { in rds_close()
594 rds->rds_state = TS_IDLE; in rds_bind()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c417 if (rts->rts_state != TS_IDLE) { in rts_tpi_unbind()
462 rts->rts_state = TS_IDLE; in rts_tpi_bind()
H A Dicmp.c543 icmp->icmp_state = TS_IDLE; in rawip_do_bind()
821 icmp->icmp_state = TS_IDLE; in rawip_do_connect()
936 icmp->icmp_state = TS_IDLE; in rawip_do_connect()
1054 icmp->icmp_state = TS_IDLE; in icmp_do_disconnect()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c761 return (TS_IDLE); in tcp_tpistate()
763 return (TS_IDLE); in tcp_tpistate()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c488 case TS_IDLE: in copy_tinfo()