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

/freebsd-11-stable/tools/tools/netmap/
H A Dpkt_hash.c59 * * built only once when sym_hash_fn is called for the very first time
112 sym_hash_fn(uint32_t sip, uint32_t dip, uint16_t sp, uint32_t dp) function
153 rc = sym_hash_fn(ntohl(iph->ip_src.s_addr),
164 rc = sym_hash_fn(ntohl(iph->ip_src.s_addr),
171 rc = sym_hash_fn(ntohl(iph->ip_src.s_addr),
194 rc = sym_hash_fn(ntohl(iph->ip_src.s_addr),
224 rc = sym_hash_fn(ntohl(saddr),
235 rc = sym_hash_fn(ntohl(saddr),
242 rc = sym_hash_fn(ntohl(saddr),
269 rc = sym_hash_fn(ntoh
[all...]

Completed in 54 milliseconds