Searched refs:pfi_buffer_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/net/ |
| H A D | pf_if.c | 95 static int pfi_buffer_cnt; variable 433 pfi_buffer_cnt = 0; in pfi_table_update() 440 pfi_buffer_cnt, &size2, NULL, NULL, NULL, 0, PFR_TFLAG_ALLMASK))) { in pfi_table_update() 442 "into table %s: %d\n", pfi_buffer_cnt, kt->pfrkt_name, e); in pfi_table_update() 541 if (pfi_buffer_cnt >= pfi_buffer_max) { in pfi_address_add() 546 pfi_buffer_cnt, PFI_BUFFER_MAX); in pfi_address_add() 553 "(%d/%d)\n", pfi_buffer_cnt, PFI_BUFFER_MAX); in pfi_address_add() 565 p = pfi_buffer + pfi_buffer_cnt++; in pfi_address_add()
|