Searched defs:Q_TO_CONN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h218 #define Q_TO_CONN(q) ((conn_t *)(q)->q_ptr) macro
219 #define Q_TO_TCP(q) (Q_TO_CONN((q))->conn_tcp)
220 #define Q_TO_UDP(q) (Q_TO_CONN((q))->conn_udp)
221 #define Q_TO_ICMP(q) (Q_TO_CONN((q))->conn_icmp)
222 #define Q_TO_RTS(q) (Q_TO_CONN((q))->conn_rts)
229 mutex_enter(&(Q_TO_CONN(q))->conn_lock); \
234 mutex_exit(&(Q_TO_CONN(q))->conn_lock); \

Completed in 67 milliseconds