Searched defs:ipxop_s (Results 1 – 1 of 1) sorted by relevance
1141 typedef struct ipxop_s { struct1142 kmutex_t ipx_lock; /* see above */1143 kthread_t *ipx_writer; /* current owner */1144 mblk_t *ipx_mphead; /* messages tied to this op */1145 mblk_t *ipx_mptail;1146 struct ipsq_s *ipx_ipsq; /* associated ipsq */1170 struct ipxop_s *ipsq_xop; /* current xop synchronization info */ argument