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

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c639 u_int rhv; local
646 rhv = NAT_HASH_FN(j, 0, 0xffffffff);
650 rhv = 0;
652 hv = rhv % softn->ipf_nat_rdrrules_sz;
681 u_int rhv; local
688 rhv = NAT_HASH_FN(j, 0, 0xffffffff);
692 rhv = 0;
694 hv = rhv % softn->ipf_nat_maprules_sz;
700 n->in_hv[1] = rhv;
780 u_int hv, rhv; local
4090 u_int hv, rhv; local
[all...]

Completed in 104 milliseconds