Searched refs:tun_flow_find (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tun.c | 380 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) in tun_flow_find() function 497 e = tun_flow_find(head, rxhash); in tun_flow_update() 507 if (!tun_flow_find(head, rxhash) && in tun_flow_update() 544 e = tun_flow_find(&tun->flows[tun_hashfn(txq)], txq); in tun_automq_select_queue() 1062 e = tun_flow_find(&tun->flows[tun_hashfn(rxhash)], rxhash); in tun_automq_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tun.c | 368 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) in tun_flow_find() function 485 e = tun_flow_find(head, rxhash); in tun_flow_update() 495 if (!tun_flow_find(head, rxhash) && in tun_flow_update() 532 e = tun_flow_find(&tun->flows[tun_hashfn(txq)], txq); in tun_automq_select_queue() 1051 e = tun_flow_find(&tun->flows[tun_hashfn(rxhash)], rxhash); in tun_automq_xmit()
|
Completed in 10 milliseconds