Searched refs:necp_trie (Results 1 – 1 of 1) sorted by relevance
6104 struct necp_domain_trie *necp_trie = necp_lookup_domain_trie(list, id); in necp_match_domain_with_trie() local6105 if (necp_trie == NULL || necp_trie->trie_request == NULL) { in necp_match_domain_with_trie()6108 Boolean reverse = (necp_trie->trie_request->flags & NECP_DOMAIN_TRIE_FLAG_REVERSE_SEARCH); in necp_match_domain_with_trie()6109 …Boolean allow_partial_match = (necp_trie->trie_request->flags & NECP_DOMAIN_TRIE_FLAG_ALLOW_PARTI… in necp_match_domain_with_trie()6110 return net_trie_search(&necp_trie->trie, (const uint8_t *)domain, length, in necp_match_domain_with_trie()6111 …&metadata, &metadata_length, reverse, allow_partial_match, necp_trie->trie_request->partial_match_… in necp_match_domain_with_trie()