Home
last modified time | relevance | path

Searched refs:squeue_getprivate (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsqueue.h85 extern uintptr_t *squeue_getprivate(squeue_t *, sqprivate_t);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c66 squeue_getprivate(tcp->tcp_connp->conn_sqp, SQPRIVATE_TCP)); in tcp_time_wait_remove()
135 *((tcp_squeue_priv_t **)squeue_getprivate(sqp, SQPRIVATE_TCP)); in tcp_time_wait_append()
409 *((tcp_squeue_priv_t **)squeue_getprivate(sqp, SQPRIVATE_TCP)); in tcp_time_wait_collector()
H A Dtcp.c1511 *((tcp_squeue_priv_t **)squeue_getprivate(sqp, SQPRIVATE_TCP)); in tcp_get_conn()
4078 *squeue_getprivate(sqp, SQPRIVATE_TCP) = (intptr_t)tcp_time_wait; in tcp_squeue_add()
/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c1243 squeue_getprivate(squeue_t *sqp, sqprivate_t p) in squeue_getprivate() function