Searched refs:squeue_getprivate (Results 1 – 4 of 4) sorted by relevance
84 extern uintptr_t *squeue_getprivate(squeue_t *, sqprivate_t);
65 squeue_getprivate(tcp->tcp_connp->conn_sqp, SQPRIVATE_TCP)); in tcp_time_wait_remove()139 *((tcp_squeue_priv_t **)squeue_getprivate(sqp, SQPRIVATE_TCP)); in tcp_time_wait_append()302 *((tcp_squeue_priv_t **)squeue_getprivate(sqp, SQPRIVATE_TCP)); in tcp_time_wait_collector()
1482 *((tcp_squeue_priv_t **)squeue_getprivate(sqp, SQPRIVATE_TCP)); in tcp_get_conn()4032 *squeue_getprivate(sqp, SQPRIVATE_TCP) = (intptr_t)tcp_time_wait; in tcp_squeue_add()
1369 squeue_getprivate(squeue_t *sqp, sqprivate_t p) in squeue_getprivate() function