Home
last modified time | relevance | path

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

/linux-2.6.39/security/selinux/
Dnetport.c254 if (event == AVC_CALLBACK_RESET) { in sel_netport_avc_callback()
274 ret = avc_add_callback(sel_netport_avc_callback, AVC_CALLBACK_RESET, in sel_netport_init()
Dnetif.c274 if (event == AVC_CALLBACK_RESET) { in sel_netif_avc_callback()
311 err = avc_add_callback(sel_netif_avc_callback, AVC_CALLBACK_RESET, in sel_netif_init()
Dnetnode.c318 if (event == AVC_CALLBACK_RESET) { in sel_netnode_avc_callback()
338 ret = avc_add_callback(sel_netnode_avc_callback, AVC_CALLBACK_RESET, in sel_netnode_init()
Davc.c723 if (c->events & AVC_CALLBACK_RESET) { in avc_ss_reset()
724 tmprc = c->callback(AVC_CALLBACK_RESET, in avc_ss_reset()
/linux-2.6.39/security/selinux/include/
Davc.h86 #define AVC_CALLBACK_RESET 8 macro
/linux-2.6.39/security/selinux/ss/
Dservices.c3020 if (event == AVC_CALLBACK_RESET && aurule_callback) in aurule_avc_callback()
3029 err = avc_add_callback(aurule_avc_callback, AVC_CALLBACK_RESET, in aurule_init()