Searched refs:socket_listen (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | tomoyo.c | 527 LSM_HOOK_INIT(socket_listen, tomoyo_socket_listen),
|
/Linux-v4.19/include/linux/ |
D | lsm_hooks.h | 1674 int (*socket_listen)(struct socket *sock, int backlog); member 1940 struct hlist_head socket_listen; member
|
/Linux-v4.19/security/apparmor/ |
D | lsm.c | 1171 LSM_HOOK_INIT(socket_listen, apparmor_socket_listen),
|
/Linux-v4.19/security/ |
D | security.c | 1400 return call_int_hook(socket_listen, 0, sock, backlog); in security_socket_listen()
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 7052 LSM_HOOK_INIT(socket_listen, selinux_socket_listen),
|