Home
last modified time | relevance | path

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

/freebsd-13.1/sys/crypto/ccp/
H A Dccp.h101 struct ccp_queue { struct
102 struct mtx cq_lock;
103 unsigned cq_qindex;
104 struct ccp_softc *cq_softc;
130 void (*callback_fn)(struct ccp_queue *qp, struct ccp_session *s, argument