Home
last modified time | relevance | path

Searched refs:ebucket (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtailq_hash.c245 uint32_t ebucket; in tqhash_insert() local
260 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()
/freebsd/sys/netinet/
H A Din_pcb_var.h56 struct inpbucket *ebucket, /* Target exact bucket */ member
101 if (ipictx->ebucket != NULL) in inpcbinfo_ctx_release()
102 INPBUCKET_UNLOCK(ipictx->ebucket); in inpcbinfo_ctx_release()
H A Din_pcb.c858 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()
/freebsd/sys/netinet6/
H A Din6_pcb.c505 &ipictx.ebucket) != NULL) { in in6_pcbconnect()
1198 &ipictx->ebucket); in in6_pcblookup_internal()