pfi_buffer_max     66 net/pf_if.c    int			  pfi_buffer_max;
pfi_buffer_max     93 net/pf_if.c    	pfi_buffer_max = 64;
pfi_buffer_max     94 net/pf_if.c    	pfi_buffer = malloc(pfi_buffer_max * sizeof(*pfi_buffer),
pfi_buffer_max    517 net/pf_if.c    	if (pfi_buffer_cnt >= pfi_buffer_max) {
pfi_buffer_max    518 net/pf_if.c    		int		 new_max = pfi_buffer_max * 2;
pfi_buffer_max    536 net/pf_if.c    		pfi_buffer_max = new_max;