Lines Matching refs:tracker_hash_entry
114 LIST_ENTRY(tracker_hash_entry) entry_link; \
123 typedef struct tracker_hash_entry { struct
133 LIST_HEAD(trackerhashhead, tracker_hash_entry); argument
144 sizeof(struct tracker_hash_entry), ZC_NONE);
188 sizeof(struct tracker_hash_entry_short) : entry ? sizeof(struct tracker_hash_entry) : 0)
310 fill_hash_entry(struct tracker_hash_entry *entry, uuid_t appuuid, struct sockaddr *address) in fill_hash_entry()
357 tracker_entry_log(int log_level, char *log_msg, struct tracker_hash_entry *entry, uint32_t hash) in tracker_entry_log()
390 static inline struct tracker_hash_entry *
391 tracker_search_and_insert(struct tracker_db *db, struct tracker_hash_entry *matchentry, boolean_t i… in tracker_search_and_insert()
395 struct tracker_hash_entry *nextentry = NULL; in tracker_search_and_insert()
518 struct tracker_hash_entry *entry = NULL; in tracker_add()
663 tracker_entry_dump_size(struct tracker_hash_entry *entry) in tracker_entry_dump_size()
713 tracker_entry_dump(struct tracker_hash_entry *entry, uint8_t *buffer, size_t buffer_size) in tracker_entry_dump()
771 struct tracker_hash_entry *entry = NULL; in tracker_dump()
772 struct tracker_hash_entry *temp_entry = NULL; in tracker_dump()
937 struct tracker_hash_entry matchentry = { }; in tracker_lookup()
938 struct tracker_hash_entry *foundentry = NULL; in tracker_lookup()
1010 tracker_idle_timed_out(struct tracker_hash_entry *entry, u_int64_t timeout, u_int64_t current_time) in tracker_idle_timed_out()
1022 struct tracker_hash_entry *entry = NULL; in tracker_entry_expire()
1023 struct tracker_hash_entry *temp_entry = NULL; in tracker_entry_expire()