Searched refs:accept4 (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/selftests/coredump/ |
| H A D | coredump_socket_protocol_test.c | 116 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 272 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 412 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 552 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 673 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 793 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 915 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 1043 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 1176 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 1301 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); [all …]
|
| H A D | coredump_socket_test.c | 113 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 246 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 473 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F() 619 fd_coredump = accept4(fd_server, NULL, NULL, SOCK_CLOEXEC); in TEST_F()
|
| /linux/kernel/ |
| H A D | sys_ni.c | 200 COND_SYSCALL(accept4);
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 304 293 n64 accept4 sys_accept4
|
| /linux/scripts/ |
| H A D | syscall.tbl | 288 242 common accept4 sys_accept4
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 288 242 common accept4 sys_accept4
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 368 358 common accept4 sys_accept4
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 356 333 common accept4 sys_accept4
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 300 288 common accept4 sys_accept4
|
| H A D | syscall_32.tbl | 379 364 i386 accept4 sys_accept4
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 384 366 common accept4 sys_accept4
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 392 323 common accept4 sys_accept4
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 374 364 common accept4 sys_accept4 sys_accept4
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 446 344 common accept4 sys_accept4
|
| /linux/net/ |
| H A D | socket.c | 2048 SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr, in SYSCALL_DEFINE4() argument
|