Home
last modified time | relevance | path

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

/Linux-v5.4/security/tomoyo/
Dtomoyo.c565 LSM_HOOK_INIT(socket_listen, tomoyo_socket_listen),
/Linux-v5.4/include/linux/
Dlsm_hooks.h1715 int (*socket_listen)(struct socket *sock, int backlog); member
1988 struct hlist_head socket_listen; member
/Linux-v5.4/security/apparmor/
Dlsm.c1196 LSM_HOOK_INIT(socket_listen, apparmor_socket_listen),
/Linux-v5.4/security/
Dsecurity.c2003 return call_int_hook(socket_listen, 0, sock, backlog); in security_socket_listen()
/Linux-v5.4/security/selinux/
Dhooks.c6953 LSM_HOOK_INIT(socket_listen, selinux_socket_listen),