Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-util-sockets.c97 fd = socket_listen(&addr, 1, &error_abort); in test_socket_fd_pass_name_good()
128 fd = socket_listen(&addr, 1, &err); in test_socket_fd_pass_name_bad()
155 fd = socket_listen(&addr, 1, &err); in test_socket_fd_pass_name_nomon()
178 fd = socket_listen(&addr, 1, &error_abort); in test_socket_fd_pass_num_good()
201 fd = socket_listen(&addr, 1, &err); in test_socket_fd_pass_num_bad()
224 fd = socket_listen(&addr, 1, &err); in test_socket_fd_pass_num_nocli()
271 fd = socket_listen(test->server, 1, &error_abort); in test_socket_unix_abstract_row()
/openbmc/qemu/include/qemu/
H A Dsockets.h75 int socket_listen(SocketAddress *addr, int num, Error **errp);
/openbmc/qemu/qga/
H A Dchannel-posix.c234 fd = socket_listen(addr, 1, errp); in ga_channel_open()
/openbmc/linux/security/tomoyo/
H A Dtomoyo.c580 LSM_HOOK_INIT(socket_listen, tomoyo_socket_listen),
/openbmc/qemu/util/
H A Dtrace-events75 socket_listen(int num) "backlog: %d"
H A Dqemu-sockets.c1209 int socket_listen(SocketAddress *addr, int num, Error **errp) in socket_listen() function
/openbmc/qemu/io/
H A Dchannel-socket.c229 fd = socket_listen(addr, num, errp); in qio_channel_socket_listen_sync()
/openbmc/linux/include/linux/
H A Dlsm_hook_defs.h302 LSM_HOOK(int, 0, socket_listen, struct socket *sock, int backlog)
/openbmc/linux/security/apparmor/
H A Dlsm.c1302 LSM_HOOK_INIT(socket_listen, apparmor_socket_listen),
/openbmc/linux/security/
H A Dsecurity.c4242 return call_int_hook(socket_listen, 0, sock, backlog); in security_socket_listen()
/openbmc/linux/security/selinux/
H A Dhooks.c7151 LSM_HOOK_INIT(socket_listen, selinux_socket_listen),