Searched refs:hash_next (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_monitor.c | 69 * structures. The free structures are linked with the hash_next field. 136 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next, in remove_from_hash() 148 LINK_SLIST(mon_free, m, hash_next); in mon_free_entry() 346 for (; mon != NULL; mon = mon->hash_next) { in ntp_monitor() 444 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); in ntp_monitor() 463 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); in ntp_monitor() 497 LINK_SLIST(mon_hash[hash], mon, hash_next); in ntp_monitor()
|
H A D | ntp_control.c | 4136 mon = mon->hash_next) in read_mru_list()
|
/freebsd/sys/netinet/ |
H A D | tcp_lro.h | 133 LIST_ENTRY(lro_entry) hash_next;
|
H A D | tcp_lro.c | 156 LIST_INSERT_HEAD(bucket, le, hash_next); in tcp_lro_active_insert() 164 LIST_REMOVE(le, hash_next); /* hash bucket */ in tcp_lro_active_remove() 1382 LIST_FOREACH(le, bucket, hash_next) { in tcp_lro_rx_common()
|
/freebsd/contrib/ldns/ |
H A D | dnssec.c | 1511 ldns_rdf *hash_next; in ldns_nsec_covers_name() local 1525 hash_next = ldns_nsec3_next_owner(nsec); in ldns_nsec_covers_name() 1526 next_hash_str = ldns_rdf2str(hash_next); in ldns_nsec_covers_name()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp.h | 799 mon_entry * hash_next; /* next structure in hash list */ 784 mon_entry * hash_next; /* next structure in hash list */ global() member
|