Searched refs:SOCK_NONBLOCK (Results 1 – 8 of 8) sorted by relevance
| /tools/perf/trace/beauty/ |
| A D | socket_type.c | 13 #ifndef SOCK_NONBLOCK 14 # define SOCK_NONBLOCK 00004000 macro
|
| /tools/testing/selftests/net/af_unix/ |
| A D | scm_inq.c | 48 err = socketpair(AF_UNIX, variant->type | SOCK_NONBLOCK, 0, self->fd); in FIXTURE_SETUP()
|
| A D | msg_oob.c | 52 ret = socketpair(AF_UNIX, SOCK_STREAM | SOCK_NONBLOCK, 0, self->fd); in create_unix_socketpair()
|
| /tools/testing/selftests/net/netfilter/ |
| A D | udpclash.c | 142 fd = socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_UDP); in main()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sockmap_listen.c | 381 s = socket_loopback(family, sotype | SOCK_NONBLOCK); in test_accept_after_delete() 436 s = socket_loopback(family, sotype | SOCK_NONBLOCK); in test_accept_before_delete() 548 s = socket_loopback(family, sotype | SOCK_NONBLOCK); in test_syn_recv_insert_delete() 688 err = create_socket_pairs(family, sotype | SOCK_NONBLOCK, &c0, &c1, in redir_to_connected() 797 s = socket_loopback(family, sotype | SOCK_NONBLOCK); in redir_to_listening() 917 err = create_socket_pairs(family, sotype | SOCK_NONBLOCK, &c0, &c1, in redir_partial() 986 s = socket_loopback_reuseport(family, sotype | SOCK_NONBLOCK, in test_reuseport_select_listening()
|
| A D | sockmap_basic.c | 789 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_many_socket() 858 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_many_maps() 929 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_same_sock()
|
| /tools/testing/selftests/net/ |
| A D | so_incoming_cpu.c | 130 fd = socket(AF_INET, SOCK_STREAM | SOCK_NONBLOCK, 0); in create_server()
|
| /tools/testing/vsock/ |
| A D | vsock_test.c | 1831 fd = socket(AF_VSOCK, SOCK_STREAM | SOCK_NONBLOCK, 0); in test_stream_transport_uaf()
|
Completed in 21 milliseconds