Home
last modified time | relevance | path

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

/freebsd/sys/crypto/ccp/
H A Dccp.h99 struct ccp_queue { struct
100 struct mtx cq_lock;
101 unsigned cq_qindex;
102 struct ccp_softc *cq_softc;
128 void (*callback_fn)(struct ccp_queue *qp, struct ccp_session *s, argument