Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h75 LIST_ENTRY(sctp_ifn) next_bucket;
103 LIST_ENTRY(sctp_ifa) next_bucket;
H A Dsctp_pcb.c198 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 Dsctputil.c5398 LIST_FOREACH(sctp_ifap, hash_head, next_bucket) { in sctp_find_ifa_by_addr()
/freebsd/lib/libc/db/hash/
H A Dhash.c725 next_bucket: in hash_seq()
752 goto next_bucket; in hash_seq()