Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c310 struct necp_domain_trie { struct
311 LIST_ENTRY(necp_domain_trie) owner_chain;
312 LIST_ENTRY(necp_domain_trie) chain;
319 static LIST_HEAD(necp_domain_trie_list, necp_domain_trie) necp_global_domain_trie_list; argument
555 static void necp_free_domain_trie(struct necp_domain_trie *trie);
556 static struct necp_domain_trie *necp_lookup_domain_trie(struct necp_domain_trie_list *list, u_int32…
1726 struct necp_domain_trie* __single trie = NULL; in necp_session_remove_all_domain_tries()
1727 struct necp_domain_trie* __single temp_trie = NULL; in necp_session_remove_all_domain_tries()
1778 struct necp_domain_trie* __single trie = NULL; in necp_session_trie_dump_all()
6034 static struct necp_domain_trie *
[all …]