Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dtracker.c120 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()
[all …]