Home
last modified time | relevance | path

Searched refs:SOCK_NONBLOCK (Results 1 – 8 of 8) sorted by relevance

/tools/perf/trace/beauty/
A Dsocket_type.c13 #ifndef SOCK_NONBLOCK
14 # define SOCK_NONBLOCK 00004000 macro
/tools/testing/selftests/net/af_unix/
A Dscm_inq.c48 err = socketpair(AF_UNIX, variant->type | SOCK_NONBLOCK, 0, self->fd); in FIXTURE_SETUP()
A Dmsg_oob.c52 ret = socketpair(AF_UNIX, SOCK_STREAM | SOCK_NONBLOCK, 0, self->fd); in create_unix_socketpair()
/tools/testing/selftests/net/netfilter/
A Dudpclash.c142 fd = socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_UDP); in main()
/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_listen.c381 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 Dsockmap_basic.c789 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 Dso_incoming_cpu.c130 fd = socket(AF_INET, SOCK_STREAM | SOCK_NONBLOCK, 0); in create_server()
/tools/testing/vsock/
A Dvsock_test.c1831 fd = socket(AF_VSOCK, SOCK_STREAM | SOCK_NONBLOCK, 0); in test_stream_transport_uaf()

Completed in 21 milliseconds