Home
last modified time | relevance | path

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

/netbsd/sys/dist/pf/net/
H A Dpf_if.c74 int pfi_buffer_max; variable
116 pfi_buffer_max = 64; in pfi_initialize()
117 pfi_buffer = malloc(pfi_buffer_max * sizeof(*pfi_buffer), in pfi_initialize()
619 if (pfi_buffer_cnt >= pfi_buffer_max) { in pfi_address_add()
620 int new_max = pfi_buffer_max * 2; in pfi_address_add()
637 pfi_buffer_max = new_max; in pfi_address_add()