Lines Matching refs:queue_index
154 u16 queue_index; member
168 int queue_index; member
237 u32 rxhash, u16 queue_index) in tun_flow_create() argument
243 rxhash, queue_index); in tun_flow_create()
247 e->queue_index = queue_index; in tun_flow_create()
258 e->rxhash, e->queue_index); in tun_flow_delete()
279 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue() argument
289 if (e->queue_index == queue_index) in tun_flow_delete_by_queue()
333 u16 queue_index = tfile->queue_index; in tun_flow_update() local
350 e->queue_index = queue_index; in tun_flow_update()
357 tun_flow_create(tun, head, rxhash, queue_index); in tun_flow_update()
402 txq = e->queue_index; in tun_select_queue()
463 u16 index = tfile->queue_index; in __tun_detach()
469 ntfile->queue_index = index; in __tun_detach()
577 tfile->queue_index = tun->numqueues; in tun_attach()