Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Duser_ringbuf_success.c69 switch (msg->msg_op) { in handle_sample_msg()
83 bpf_printk("Unrecognized op %d\n", msg->msg_op); in handle_sample_msg()
120 msg->msg_op = TEST_MSG_OP_INC64; in publish_next_kern_msg()
125 msg->msg_op = TEST_MSG_OP_INC32; in publish_next_kern_msg()
130 msg->msg_op = TEST_MSG_OP_MUL64; in publish_next_kern_msg()
135 msg->msg_op = TEST_MSG_OP_MUL32; in publish_next_kern_msg()
H A Dtest_user_ringbuf.h21 enum test_msg_op msg_op; member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Duser_ringbuf.c472 msg->msg_op = op; in send_test_message()
504 switch (msg->msg_op) { in handle_kernel_msg()
518 fprintf(stderr, "Invalid operand %d\n", msg->msg_op); in handle_kernel_msg()