Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c304 struct necp_domain_trie { struct
305 LIST_ENTRY(necp_domain_trie) owner_chain;
306 LIST_ENTRY(necp_domain_trie) chain;
313 static LIST_HEAD(necp_domain_trie_list, necp_domain_trie) necp_global_domain_trie_list; argument
558 static void necp_free_domain_trie(struct necp_domain_trie *trie);
559 static struct necp_domain_trie *necp_lookup_domain_trie(struct necp_domain_trie_list *list, u_int32…
1655 struct necp_domain_trie* __single trie = NULL; in necp_session_remove_all_domain_tries()
1656 struct necp_domain_trie* __single temp_trie = NULL; in necp_session_remove_all_domain_tries()
1707 struct necp_domain_trie* __single trie = NULL; in necp_session_trie_dump_all()
5988 static struct necp_domain_trie *
[all …]