V_pf_udpendpointhash
V_pf_udpendpointhash = mallocarray(V_pf_udpendpointhashsize,
if (V_pf_udpendpointhash == NULL) {
V_pf_udpendpointhash = mallocarray(V_pf_udpendpointhashsize,
for (i = 0, uh = V_pf_udpendpointhash;
for (i = 0, uh = V_pf_udpendpointhash;
free(V_pf_udpendpointhash, M_PFHASH);
h0 = &V_pf_udpendpointhash[pf_hashudpendpoint(&mapping->endpoints[0])];
h1 = &V_pf_udpendpointhash[pf_hashudpendpoint(&mapping->endpoints[1])];
h0 = &V_pf_udpendpointhash[pf_hashudpendpoint(&mapping->endpoints[0])];
h1 = &V_pf_udpendpointhash[pf_hashudpendpoint(&mapping->endpoints[1])];
uh = &V_pf_udpendpointhash[pf_hashudpendpoint((struct pf_udp_endpoint*)key)];