Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost_user.c91 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()
[all …]