Searched defs:security_hook_heads (Results 1 – 2 of 2) sorted by relevance
1618 struct security_hook_heads { struct1619 struct list_head binder_set_context_mgr;1620 struct list_head binder_transaction;1621 struct list_head binder_transfer_binder;1622 struct list_head binder_transfer_file;1623 struct list_head ptrace_access_check;1624 struct list_head ptrace_traceme;1625 struct list_head capget;1626 struct list_head capset;1627 struct list_head capable;[all …]
1541 struct security_hook_heads security_hook_heads = { variable