Lines Matching refs:V_pf_udpendpointhash
1197 V_pf_udpendpointhash = mallocarray(V_pf_udpendpointhashsize, in pf_initialize()
1199 if (V_pf_udpendpointhash == NULL) { in pf_initialize()
1204 V_pf_udpendpointhash = mallocarray(V_pf_udpendpointhashsize, in pf_initialize()
1209 for (i = 0, uh = V_pf_udpendpointhash; in pf_initialize()
1273 for (i = 0, uh = V_pf_udpendpointhash; in pf_cleanup()
1280 free(V_pf_udpendpointhash, M_PFHASH); in pf_cleanup()
1915 h0 = &V_pf_udpendpointhash[pf_hashudpendpoint(&mapping->endpoints[0])]; in pf_udp_mapping_insert()
1916 h1 = &V_pf_udpendpointhash[pf_hashudpendpoint(&mapping->endpoints[1])]; in pf_udp_mapping_insert()
1964 h0 = &V_pf_udpendpointhash[pf_hashudpendpoint(&mapping->endpoints[0])]; in pf_udp_mapping_release()
1969 h1 = &V_pf_udpendpointhash[pf_hashudpendpoint(&mapping->endpoints[1])]; in pf_udp_mapping_release()
1987 uh = &V_pf_udpendpointhash[pf_hashudpendpoint((struct pf_udp_endpoint*)key)]; in pf_udp_mapping_find()