Home
last modified time | relevance | path

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

/linux/net/netlabel/
H A Dnetlabel_domainhash.h89 struct netlbl_dom_map *netlbl_domhsh_getentry(const char *domain, u16 family);
H A Dnetlabel_mgmt.c613 entry = netlbl_domhsh_getentry(NULL, family); in netlbl_mgmt_listdef()
H A Dnetlabel_domainhash.c846 * netlbl_domhsh_getentry - Get an entry from the domain hash table
857 struct netlbl_dom_map *netlbl_domhsh_getentry(const char *domain, u16 family) in netlbl_domhsh_getentry() function
H A Dnetlabel_kapi.c988 dom_entry = netlbl_domhsh_getentry(secattr->domain, family); in netlbl_sock_setattr()