Searched refs:pfi_buffer_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/bsd/net/ |
| H A D | pf_if.c | 94 static int pfi_buffer_cnt; variable 430 pfi_buffer_cnt = 0; in pfi_table_update() 437 pfi_buffer_cnt, &size2, NULL, NULL, NULL, 0, PFR_TFLAG_ALLMASK))) { in pfi_table_update() 439 "into table %s: %d\n", pfi_buffer_cnt, kt->pfrkt_name, e); in pfi_table_update() 538 if (pfi_buffer_cnt >= pfi_buffer_max) { in pfi_address_add() 543 pfi_buffer_cnt, PFI_BUFFER_MAX); in pfi_address_add() 550 "(%d/%d)\n", pfi_buffer_cnt, PFI_BUFFER_MAX); in pfi_address_add() 562 p = pfi_buffer + pfi_buffer_cnt++; in pfi_address_add()
|