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

/linux-master/drivers/net/
H A Dtun.c370 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) function
487 e = tun_flow_find(head, rxhash);
497 if (!tun_flow_find(head, rxhash) &&
533 e = tun_flow_find(&tun->flows[tun_hashfn(txq)], txq);
1045 e = tun_flow_find(&tun->flows[tun_hashfn(rxhash)], rxhash);

Completed in 145 milliseconds