Lines Matching refs:port_table
229 dispportlist_t *port_table; /*%< hold ports 'owned' by us */ member
576 REQUIRE(disp->port_table != NULL); in port_search()
579 disp->port_table[port % DNS_DISPATCH_PORTTABLESIZE]); in port_search()
595 REQUIRE(disp->port_table != NULL); in new_portentry()
604 ISC_LIST_APPEND(disp->port_table[port % DNS_DISPATCH_PORTTABLESIZE], in new_portentry()
619 REQUIRE(disp->port_table != NULL); in deref_portentry()
623 ISC_LIST_UNLINK(disp->port_table[portentry->port % in deref_portentry()
2213 disp->port_table = NULL; in dispatch_allocate()
2274 if (disp->port_table != NULL) { in dispatch_free()
2276 INSIST(ISC_LIST_EMPTY(disp->port_table[i])); in dispatch_free()
2278 isc_mem_put(mgr->mctx, disp->port_table, in dispatch_free()
2279 sizeof(disp->port_table[0]) * in dispatch_free()
2757 disp->port_table = isc_mem_get( in dispatch_createudp()
2758 mgr->mctx, sizeof(disp->port_table[0]) * in dispatch_createudp()
2761 ISC_LIST_INIT(disp->port_table[i]); in dispatch_createudp()