socket_socketpair 1710 include/linux/lsm_hooks.h 	int (*socket_socketpair)(struct socket *socka, struct socket *sockb);
socket_socketpair 1985 include/linux/lsm_hooks.h 	struct hlist_head socket_socketpair;
socket_socketpair 1987 security/security.c 	return call_int_hook(socket_socketpair, 0, socka, sockb);
socket_socketpair 6984 security/selinux/hooks.c 	LSM_HOOK_INIT(socket_socketpair, selinux_socket_socketpair),
socket_socketpair 4680 security/smack/smack_lsm.c 	LSM_HOOK_INIT(socket_socketpair, smack_socket_socketpair),