Searched refs:ebucket (Results 1 – 4 of 4) sorted by relevance
245 uint32_t ebucket; in tqhash_insert() local260 ebucket = rsm->r_end / SEQ_BUCKET_SIZE; in tqhash_insert()261 ebucket %= MAX_HASH_ENTRIES; in tqhash_insert()262 if (ebucket != rsm->bindex) { in tqhash_insert()
56 struct inpbucket *ebucket, /* Target exact bucket */ member101 if (ipictx->ebucket != NULL) in inpcbinfo_ctx_release()102 INPBUCKET_UNLOCK(ipictx->ebucket); in inpcbinfo_ctx_release()
858 MPASS(ipictx->ebucket == NULL); in in_pcb_lport_dest()1221 laddr, inp->inp_lport, &ipictx.ebucket) != NULL) { in in_pcbconnect()2505 &ipictx->ebucket); in in_pcblookup_internal()2804 MPASS(ipictx->ebucket == in in_pcbinshash()2806 INPBUCKET_LOCK_ASSERT(ipictx->ebucket); in in_pcbinshash()2841 CK_LIST_INSERT_HEAD(&ipictx->ebucket->head, inp, in in_pcbinshash()2943 MPASS(ipictx->ebucket == &ipictx->pcbinfo->ipi_hash_exact[hash]); in in_pcbrehash()2944 INPBUCKET_LOCK_ASSERT(ipictx->ebucket); in in_pcbrehash()2955 CK_LIST_INSERT_HEAD(&ipictx->ebucket->head, inp, inp_hash_exact); in in_pcbrehash()
505 &ipictx.ebucket) != NULL) { in in6_pcbconnect()1198 &ipictx->ebucket); in in6_pcblookup_internal()