Searched refs:next_bucket (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | sctp_pcb.h | 75 LIST_ENTRY(sctp_ifn) next_bucket; 103 LIST_ENTRY(sctp_ifa) next_bucket;
|
| H A D | sctp_pcb.c | 198 LIST_FOREACH(sctp_ifnp, hash_ifn_head, next_bucket) { in sctp_find_ifn() 272 LIST_REMOVE(sctp_ifnp, next_bucket); in sctp_delete_ifn() 433 LIST_INSERT_HEAD(hash_ifn_head, sctp_ifnp, next_bucket); in sctp_add_addr_to_vrf() 569 LIST_INSERT_HEAD(hash_addr_head, sctp_ifap, next_bucket); in sctp_add_addr_to_vrf() 663 LIST_REMOVE(sctp_ifap, next_bucket); in sctp_del_addr_from_vrf() 5797 LIST_REMOVE(ifa, next_bucket); in sctp_pcb_finish() 5802 LIST_REMOVE(ifn, next_bucket); in sctp_pcb_finish()
|
| H A D | sctputil.c | 5398 LIST_FOREACH(sctp_ifap, hash_head, next_bucket) { in sctp_find_ifa_by_addr()
|
| /freebsd/lib/libc/db/hash/ |
| H A D | hash.c | 725 next_bucket: in hash_seq() 752 goto next_bucket; in hash_seq()
|