MCPcopy Create free account
hub / github.com/F-Stack/f-stack / send_vhost_backend_message

Function send_vhost_backend_message

dpdk/lib/vhost/vhost_user.c:2941–2945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2939}
2940
2941static int
2942send_vhost_backend_message(struct virtio_net *dev, struct vhu_msg_context *ctx)
2943{
2944 return send_vhost_message(dev, dev->backend_req_fd, ctx);
2945}
2946
2947static int
2948send_vhost_backend_message_process_reply(struct virtio_net *dev, struct vhu_msg_context *ctx)

Calls 1

send_vhost_messageFunction · 0.85

Tested by

no test coverage detected