Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/
Dtun.c273 static inline u32 tun_hashfn(u32 rxhash) in tun_hashfn() function
392 head = &tun->flows[tun_hashfn(rxhash)]; in tun_flow_update()
453 e = tun_flow_find(&tun->flows[tun_hashfn(txq)], txq); in tun_select_queue()
834 e = tun_flow_find(&tun->flows[tun_hashfn(rxhash)], in tun_net_xmit()