Home
last modified time | relevance | path

Searched refs:peer_hash_count (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_peer.c83 int peer_hash_count[NTP_HASH_SIZE]; /* peers in each bucket */ variable
489 peer_hash_count[hash]--; in free_peer()
494 peer_hash_count[hash]++; in free_peer()
1058 peer_hash_count[hash]++; in newpeer()
H A Dntp_request.c1187 min((u_int)peer_hash_count[i], UCHAR_MAX); in mem_stats()
/freebsd-14.2/contrib/ntp/include/
H A Dntpd.h493 extern int peer_hash_count[NTP_HASH_SIZE]; /* count of in each bucket */