Searched refs:netlbl_domhsh_search (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/netlabel/
H A Dnetlabel_domainhash.c125 * netlbl_domhsh_search - Search for a domain entry
137 static struct netlbl_dom_map *netlbl_domhsh_search(const char *domain, function
177 entry = netlbl_domhsh_search(domain, family);
428 entry_old = netlbl_domhsh_search(entry->domain, entry->family);
676 entry_map = netlbl_domhsh_search(domain, AF_INET);
743 entry_map = netlbl_domhsh_search(domain, AF_INET6);
804 entry = netlbl_domhsh_search(domain, AF_INET);
815 entry = netlbl_domhsh_search(domain, AF_INET6);

Completed in 141 milliseconds