xfrm_state_free_security 1782 include/linux/lsm_hooks.h 	void (*xfrm_state_free_security)(struct xfrm_state *x);
xfrm_state_free_security 2035 include/linux/lsm_hooks.h 	struct hlist_head xfrm_state_free_security;
xfrm_state_free_security 2273 security/security.c 	call_void_hook(xfrm_state_free_security, x);
xfrm_state_free_security 7036 security/selinux/hooks.c 	LSM_HOOK_INIT(xfrm_state_free_security, selinux_xfrm_state_free),