Home
last modified time | relevance | path

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

/linux/include/net/
H A Dudp.h112 return &table->hash[udp_hashfn(net, num, table->mask)]; in udp_hashslot()
/linux/net/ipv6/
H A Dudp.c200 unsigned int slot = udp_hashfn(net, hnum, udptable->mask); in udp6_lib_lookup1()