Lines Matching refs:tracker_hash_entry

120     LIST_ENTRY(tracker_hash_entry)      entry_link;         \
129 typedef struct tracker_hash_entry { struct
139 LIST_HEAD(trackerhashhead, tracker_hash_entry); argument
150 struct tracker_hash_entry, NET_KT_DEFAULT);
194 sizeof(struct tracker_hash_entry_short) : entry ? sizeof(struct tracker_hash_entry) : 0)
343 fill_hash_entry(struct tracker_hash_entry *entry, uuid_t appuuid, struct sockaddr *address) in fill_hash_entry()
390 tracker_entry_log(int log_level, char *log_msg, struct tracker_hash_entry *entry, uint32_t hash) in tracker_entry_log()
423 static inline struct tracker_hash_entry *
424 tracker_search_and_insert(struct tracker_db *db, struct tracker_hash_entry *matchentry, boolean_t i… in tracker_search_and_insert()
428 struct tracker_hash_entry * __single nextentry = NULL; in tracker_search_and_insert()
552 struct tracker_hash_entry * __single entry = NULL; in tracker_add()
698 tracker_entry_dump_size(struct tracker_hash_entry *entry) in tracker_entry_dump_size()
748 tracker_entry_dump(struct tracker_hash_entry *entry, uint8_t *__sized_by(buffer_size)buffer, size_t… in tracker_entry_dump()
806 struct tracker_hash_entry *entry = NULL; in tracker_dump()
807 struct tracker_hash_entry *temp_entry = NULL; in tracker_dump()
981 struct tracker_hash_entry matchentry = { }; in tracker_lookup()
982 struct tracker_hash_entry *foundentry = NULL; in tracker_lookup()
1054 tracker_idle_timed_out(struct tracker_hash_entry *entry, u_int64_t timeout, u_int64_t current_time) in tracker_idle_timed_out()
1066 struct tracker_hash_entry * __single entry = NULL; in tracker_entry_expire()
1067 struct tracker_hash_entry *temp_entry = NULL; in tracker_entry_expire()