Home
last modified time | relevance | path

Searched refs:MSG_OOB (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/net/af_unix/
A Dmsg_oob.c196 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 Dscm_rights.c69 .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 Dsockmap_redir.c221 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 Dscoped_signal_test.c498 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 Dsocket.h304 #define MSG_OOB 1 macro

Completed in 14 milliseconds