new_max 518 net/pf_if.c int new_max = pfi_buffer_max * 2;
new_max 520 net/pf_if.c if (new_max > PFI_BUFFER_MAX) {
new_max 525 net/pf_if.c p = malloc(new_max * sizeof(*pfi_buffer), PFI_MTYPE,
new_max 536 net/pf_if.c pfi_buffer_max = new_max;