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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_if.c97 static int pfi_buffer_max; variable
126 pfi_buffer_max = 64;
127 pfi_buffer = _MALLOC(pfi_buffer_max * sizeof (*pfi_buffer),
512 if (pfi_buffer_cnt >= pfi_buffer_max) {
513 int new_max = pfi_buffer_max * 2;
531 pfi_buffer_max = new_max;

Completed in 20 milliseconds