Lines Matching refs:queue_index
154 u16 queue_index; member
168 int queue_index; member
291 u32 rxhash, u16 queue_index) in tun_flow_create() argument
297 rxhash, queue_index); in tun_flow_create()
301 e->queue_index = queue_index; in tun_flow_create()
312 e->rxhash, e->queue_index); in tun_flow_delete()
333 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue() argument
343 if (e->queue_index == queue_index) in tun_flow_delete_by_queue()
387 u16 queue_index = tfile->queue_index; in tun_flow_update() local
404 e->queue_index = queue_index; in tun_flow_update()
411 tun_flow_create(tun, head, rxhash, queue_index); in tun_flow_update()
456 txq = e->queue_index; in tun_select_queue()
517 u16 index = tfile->queue_index; in __tun_detach()
523 ntfile->queue_index = index; in __tun_detach()
631 tfile->queue_index = tun->numqueues; in tun_attach()