Lines Matching defs:pcbhash
2543 _in_pcbinshash_wild(struct inpcbhead *pcbhash, struct inpcb *inp)
2554 CK_LIST_FOREACH(last, pcbhash, inp_hash_wild) {
2560 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild);
2566 CK_LIST_FOREACH(last, pcbhash, inp_hash_wild) {
2574 } else if (!CK_LIST_EMPTY(pcbhash) &&
2575 !in_pcbjailed(CK_LIST_FIRST(pcbhash), PR_IP4)) {
2576 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild);
2580 CK_LIST_FOREACH_FROM(last, pcbhash, inp_hash_wild) {
2590 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild);
2600 _in6_pcbinshash_wild(struct inpcbhead *pcbhash, struct inpcb *inp)
2612 CK_LIST_FOREACH(last, pcbhash, inp_hash_wild) {
2620 } else if (!CK_LIST_EMPTY(pcbhash) &&
2621 !in_pcbjailed(CK_LIST_FIRST(pcbhash), PR_IP6)) {
2622 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild);
2626 CK_LIST_FOREACH_FROM(last, pcbhash, inp_hash_wild) {
2636 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild);
2648 struct inpcbhead *pcbhash;
2674 pcbhash = &pcbinfo->ipi_hash_exact[hash];
2676 pcbhash = &pcbinfo->ipi_hash_wild[hash];
2727 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_exact);
2731 _in6_pcbinshash_wild(pcbhash, inp);
2734 _in_pcbinshash_wild(pcbhash, inp);