Searched refs:MAX_TAP_QUEUES (Results 1 – 4 of 4) sorted by relevance
31 #define MAX_TAP_QUEUES 256 macro39 struct tap_queue __rcu *taps[MAX_TAP_QUEUES];
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()
170 if (tap->numqueues == MAX_TAP_QUEUES) in tap_set_queue()316 tap->numvtaps = MAX_TAP_QUEUES; in tap_del_queues()
113 #define MAX_TAP_QUEUES 256 macro179 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];776 tun->numqueues + tun->numdisabled == MAX_TAP_QUEUES) in tun_attach()2810 MAX_TAP_QUEUES : 1; in tun_set_iff()