Searched refs:MAX_TAP_QUEUES (Results 1 – 1 of 1) sorted by relevance
645 #define MAX_TAP_QUEUES 1024 macro836 fds = g_new0(char *, MAX_TAP_QUEUES); in net_init_tap()837 vhost_fds = g_new0(char *, MAX_TAP_QUEUES); in net_init_tap()839 nfds = get_fds(tap->fds, fds, MAX_TAP_QUEUES); in net_init_tap()841 nvhosts = get_fds(tap->vhostfds, vhost_fds, MAX_TAP_QUEUES); in net_init_tap()