Searched refs:socket_listen (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-util-sockets.c | 97 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 D | sockets.h | 75 int socket_listen(SocketAddress *addr, int num, Error **errp);
|
/openbmc/qemu/qga/ |
H A D | channel-posix.c | 234 fd = socket_listen(addr, 1, errp); in ga_channel_open()
|
/openbmc/linux/security/tomoyo/ |
H A D | tomoyo.c | 580 LSM_HOOK_INIT(socket_listen, tomoyo_socket_listen),
|
/openbmc/qemu/util/ |
H A D | trace-events | 75 socket_listen(int num) "backlog: %d"
|
H A D | qemu-sockets.c | 1209 int socket_listen(SocketAddress *addr, int num, Error **errp) in socket_listen() function
|
/openbmc/qemu/io/ |
H A D | channel-socket.c | 229 fd = socket_listen(addr, num, errp); in qio_channel_socket_listen_sync()
|
/openbmc/linux/include/linux/ |
H A D | lsm_hook_defs.h | 302 LSM_HOOK(int, 0, socket_listen, struct socket *sock, int backlog)
|
/openbmc/linux/security/apparmor/ |
H A D | lsm.c | 1302 LSM_HOOK_INIT(socket_listen, apparmor_socket_listen),
|
/openbmc/linux/security/ |
H A D | security.c | 4242 return call_int_hook(socket_listen, 0, sock, backlog); in security_socket_listen()
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 7151 LSM_HOOK_INIT(socket_listen, selinux_socket_listen),
|