Home
last modified time | relevance | path

Searched refs:portinfo_hsize (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/netinet/
HDtcp_subr.c362 int hashsize = TCBHASHSIZE, portinfo_hsize; in tcp_init() local
390 portinfo_hsize = 65536 / netisr_ncpus; in tcp_init()
391 if (portinfo_hsize > hashsize) in tcp_init()
392 portinfo_hsize = hashsize; in tcp_init()
402 in_pcbportinfo_init(&portinfo[cpu], portinfo_hsize, cpu); in tcp_init()