3 pointsby morolis3 hours ago1 comment
  • morolis3 hours ago
    I define structt iov_iter___old and struct iov_iter___new, and then use bpf_core_field_exists(((struct iov_iter___new )0)->__iov) to judge whether to use struct iov_iter___new iter = (void )&msg->msg_iter or struct iov_iter___old iter = (void *)&msg->msg_iter
    • morolis2 hours ago
      I should add that I am in the kprobe tcp_sendmsg function and need to get the contents of the iov field in msg_iter.