Searched refs:socket_post_create (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | local_storage.c | 108 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lsm_hook_defs.h | 277 LSM_HOOK(int, 0, socket_post_create, struct socket *sock, int family, int type,
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | lsm.c | 1211 LSM_HOOK_INIT(socket_post_create, apparmor_socket_post_create),
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 2096 return call_int_hook(socket_post_create, 0, sock, family, type, in security_socket_post_create()
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 4799 LSM_HOOK_INIT(socket_post_create, smack_socket_post_create),
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 7144 LSM_HOOK_INIT(socket_post_create, selinux_socket_post_create),
|