Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
H A Dtun.c375 static inline u32 tun_hashfn(u32 rxhash) in tun_hashfn() function
493 head = &tun->flows[tun_hashfn(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 Dtun.c363 static inline u32 tun_hashfn(u32 rxhash) in tun_hashfn() function
481 head = &tun->flows[tun_hashfn(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 9 milliseconds