Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_progs.c1528 struct msg msg_do_test; in dispatch_thread() local
1530 memset(&msg_do_test, 0, sizeof(msg_do_test)); in dispatch_thread()
1531 msg_do_test.type = MSG_DO_TEST; in dispatch_thread()
1532 msg_do_test.do_test.num = test_to_run; in dispatch_thread()
1533 if (send_message(sock_fd, &msg_do_test) < 0) { in dispatch_thread()