Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.h163 int vhost_user_msg_handler(int vid, int fd);
H A Dsocket.c307 ret = vhost_user_msg_handler(conn->vid, connfd); in vhost_user_read_cb()
H A Dvhost_user.c2706 vhost_user_msg_handler(int vid, int fd) in vhost_user_msg_handler() function