Home
last modified time | relevance | path

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

/linux/net/netlabel/
H A Dnetlabel_domainhash.h101 int netlbl_domhsh_walk(u32 *skip_bkt,
H A Dnetlabel_calipso.c42 /* Argument struct for netlbl_domhsh_walk() */
278 * for the netlbl_domhsh_walk() function; it removes LSM domain map entries
318 ret_val = netlbl_domhsh_walk(&skip_bkt, &skip_chain, in netlbl_calipso_remove()
H A Dnetlabel_mgmt.c41 /* Argument struct for netlbl_domhsh_walk() */
466 * netlbl_mgmt_listall_cb - netlbl_domhsh_walk() callback for LISTALL
472 * netlbl_domhsh_walk() function for use in generating a response for a LISTALL
524 netlbl_domhsh_walk(&skip_bkt, in netlbl_mgmt_listall()
H A Dnetlabel_cipso_v4.c41 /* Argument struct for netlbl_domhsh_walk() */
675 * for the netlbl_domhsh_walk() function; it removes LSM domain map entries
715 ret_val = netlbl_domhsh_walk(&skip_bkt, &skip_chain, in netlbl_cipsov4_remove()
H A Dnetlabel_domainhash.c925 * netlbl_domhsh_walk - Iterate through the domain mapping hash table
939 int netlbl_domhsh_walk(u32 *skip_bkt, in netlbl_domhsh_walk() function