Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtap.c824 char **vhost_fds; in net_init_tap() local
837 vhost_fds = g_new0(char *, MAX_TAP_QUEUES); in net_init_tap()
841 nvhosts = get_fds(tap->vhostfds, vhost_fds, MAX_TAP_QUEUES); in net_init_tap()
879 tap->vhostfds ? vhost_fds[i] : NULL, in net_init_tap()
890 g_free(vhost_fds[i]); in net_init_tap()
896 g_free(vhost_fds); in net_init_tap()