Searched refs:msg_op (Results 1 – 3 of 3) sorted by relevance
69 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()
21 enum test_msg_op msg_op; member
472 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()