Home
last modified time | relevance | path

Searched defs:ipxop_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1142 typedef struct ipxop_s { struct
1143 kmutex_t ipx_lock; /* see above */
1144 kthread_t *ipx_writer; /* current owner */
1145 mblk_t *ipx_mphead; /* messages tied to this op */
1146 mblk_t *ipx_mptail;
1147 struct ipsq_s *ipx_ipsq; /* associated ipsq */
1171 struct ipxop_s *ipsq_xop; /* current xop synchronization info */ argument