Searched refs:kcf_cbuf_elem_t (Results 1 – 2 of 2) sorted by relevance
52 static kcf_cbuf_elem_t *cbuf_list_head;53 static kcf_cbuf_elem_t *cbuf_list_tail;62 kcf_cbuf_elem_t *cbufp; in crypto_bufcall_alloc()64 cbufp = kmem_zalloc(sizeof (kcf_cbuf_elem_t), KM_SLEEP); in crypto_bufcall_alloc()84 kcf_cbuf_elem_t *cbufp = (kcf_cbuf_elem_t *)bc; in crypto_bufcall_free()95 kmem_free(cbufp, sizeof (kcf_cbuf_elem_t)); in crypto_bufcall_free()109 kcf_cbuf_elem_t *cbufp; in crypto_bufcall()111 cbufp = (kcf_cbuf_elem_t *)bc; in crypto_bufcall()157 kcf_cbuf_elem_t *cbufp = (kcf_cbuf_elem_t *)bc; in crypto_unbufcall()163 kcf_cbuf_elem_t *nextp = cbufp->kc_next; in crypto_unbufcall()[all …]
412 } kcf_cbuf_elem_t; typedef