Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/
Dtun.c370 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) in tun_flow_find() function
487 e = tun_flow_find(head, rxhash); in tun_flow_update()
497 if (!tun_flow_find(head, rxhash) && in tun_flow_update()
533 e = tun_flow_find(&tun->flows[tun_hashfn(txq)], txq); in tun_automq_select_queue()
1046 e = tun_flow_find(&tun->flows[tun_hashfn(rxhash)], rxhash); in tun_automq_xmit()