Searched refs:rt_idhash (Results 1 – 2 of 2) sorted by relevance
1319 headp = areq->an_idnext = rt->rt_idhash[indx]; in kcf_reqid_insert()1324 rt->rt_idhash[indx] = areq; in kcf_reqid_insert()1353 rt->rt_idhash[indx] = nextp; in kcf_reqid_delete()1394 for (areq = rt->rt_idhash[indx]; areq; areq = areq->an_idnext) { in crypto_cancel_req()
260 kcf_areq_node_t *rt_idhash[REQID_BUCKETS]; member