Searched refs:pcbhash (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | in_pcb.c | 2589 _in_pcbinshash_wild(struct inpcbhead *pcbhash, struct inpcb *inp) in _in_pcbinshash_wild() argument 2600 CK_LIST_FOREACH(last, pcbhash, inp_hash_wild) { in _in_pcbinshash_wild() 2606 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild); in _in_pcbinshash_wild() 2612 CK_LIST_FOREACH(last, pcbhash, inp_hash_wild) { in _in_pcbinshash_wild() 2620 } else if (!CK_LIST_EMPTY(pcbhash) && in _in_pcbinshash_wild() 2621 !in_pcbjailed(CK_LIST_FIRST(pcbhash), PR_IP4)) { in _in_pcbinshash_wild() 2622 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild); in _in_pcbinshash_wild() 2626 CK_LIST_FOREACH_FROM(last, pcbhash, inp_hash_wild) { in _in_pcbinshash_wild() 2636 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild); in _in_pcbinshash_wild() 2646 _in6_pcbinshash_wild(struct inpcbhead *pcbhash, struct inpcb *inp) in _in6_pcbinshash_wild() argument [all …]
|