Lines Matching refs:validate_msg_fds
91 validate_msg_fds(struct virtio_net *dev, struct vhu_msg_context *ctx, int expected_fds) in validate_msg_fds() function
1149 if (validate_msg_fds(dev, &ack_ctx, 0) != 0) in vhost_user_postcopy_register()
1268 if (validate_msg_fds(dev, ctx, memory->nregions) != 0) in vhost_user_set_mem_table()
1649 if (validate_msg_fds(dev, ctx, 1) != 0) in vhost_user_set_inflight_fd()
1747 if (validate_msg_fds(dev, ctx, expected_fds) != 0) in vhost_user_set_vring_call()
1781 if (validate_msg_fds(dev, ctx, expected_fds) != 0) in vhost_user_set_vring_err()
2001 if (validate_msg_fds(dev, ctx, expected_fds) != 0) in vhost_user_set_vring_kick()
2217 if (validate_msg_fds(dev, ctx, 1) != 0) in vhost_user_set_log_base()
2305 if (validate_msg_fds(dev, ctx, 1) != 0) in vhost_user_set_log_fd()
2378 if (validate_msg_fds(dev, ctx, 1) != 0) in vhost_user_set_req_fd()
2969 if (!msg_handler->accepts_fd && validate_msg_fds(dev, &ctx, 0) != 0) { in vhost_user_msg_handler()