Home
last modified time | relevance | path

Searched refs:socket_listen (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dtomoyo.c527 LSM_HOOK_INIT(socket_listen, tomoyo_socket_listen),
/Linux-v4.19/include/linux/
Dlsm_hooks.h1674 int (*socket_listen)(struct socket *sock, int backlog); member
1940 struct hlist_head socket_listen; member
/Linux-v4.19/security/apparmor/
Dlsm.c1171 LSM_HOOK_INIT(socket_listen, apparmor_socket_listen),
/Linux-v4.19/security/
Dsecurity.c1400 return call_int_hook(socket_listen, 0, sock, backlog); in security_socket_listen()
/Linux-v4.19/security/selinux/
Dhooks.c7052 LSM_HOOK_INIT(socket_listen, selinux_socket_listen),