Searched refs:MSG_OOB (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/net/af_unix/ |
| A D | msg_oob.c | 196 if (flags & MSG_OOB) { in __sendpair() 386 sendpair("x", 1, MSG_OOB); in TEST_F() 401 sendpair("x", 1, MSG_OOB); in TEST_F() 410 sendpair("x", 1, MSG_OOB); in TEST_F() 545 sendpair("x", 1, MSG_OOB); in TEST_F() 569 sendpair("x", 1, MSG_OOB); in TEST_F() 596 sendpair("x", 1, MSG_OOB); in TEST_F() 604 sendpair("y", 1, MSG_OOB); in TEST_F() 621 sendpair("x", 1, MSG_OOB); in TEST_F() 629 sendpair("y", 1, MSG_OOB); in TEST_F() [all …]
|
| A D | scm_rights.c | 69 .flags = MSG_OOB, in FIXTURE_VARIANT_ADD() 78 .flags = MSG_OOB, in FIXTURE_VARIANT_ADD() 105 .flags = MSG_OOB, in FIXTURE_VARIANT_ADD() 114 .flags = MSG_OOB, in FIXTURE_VARIANT_ADD()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sockmap_redir.c | 221 if (send_flags & MSG_OOB) in test_send_redir_recv() 258 if (send_flags & MSG_OOB) { in test_send_redir_recv() 261 MSG_OOB | MSG_DONTWAIT, false); in test_send_redir_recv() 268 MSG_OOB | MSG_DONTWAIT, false); in test_send_redir_recv() 354 (flags & MSG_OOB) ? "(OOB)" : ""); in test_socket() 373 { AF_UNIX, SOCK_STREAM, MSG_OOB }, in test_redir()
|
| /tools/testing/selftests/landlock/ |
| A D | scoped_signal_test.c | 498 ASSERT_EQ(1, send(client_socket, ".", 1, MSG_OOB)); in TEST_F() 550 ASSERT_EQ(1, recv(recv_socket, &buffer_parent, 1, MSG_OOB)); in TEST_F()
|
| /tools/perf/trace/beauty/include/linux/ |
| A D | socket.h | 304 #define MSG_OOB 1 macro
|
Completed in 14 milliseconds