socket_create 1707 include/linux/lsm_hooks.h int (*socket_create)(int family, int type, int protocol, int kern); socket_create 1983 include/linux/lsm_hooks.h struct hlist_head socket_create; socket_create 1192 security/apparmor/lsm.c LSM_HOOK_INIT(socket_create, apparmor_socket_create), socket_create 1975 security/security.c return call_int_hook(socket_create, 0, family, type, protocol, kern); socket_create 6982 security/selinux/hooks.c LSM_HOOK_INIT(socket_create, selinux_socket_create),