Searched refs:HVAL (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 194 #define HVAL(p, n, s) jenkins_hash32((const uint32_t *)(p), (n), (s)) macro 195 #define HOST_HVAL(c, a) HVAL((a),\ 199 #define ALIASLINK_HVAL(c, f) HVAL(&(f)->dst_ip6,\ 216 #define STATE_HVAL(c, d) HVAL((d), 2, (c)->hash_seed)
|