Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dpf_if.c93 static int pfi_buffer_max; variable
94 static struct pfr_addr *__counted_by(pfi_buffer_max) pfi_buffer;
126 pfi_buffer_max = 64; in pfi_initialize()
138 kfree_data(pfi_buffer, pfi_buffer_max * sizeof(*pfi_buffer));
541 if (pfi_buffer_cnt >= pfi_buffer_max) { in pfi_address_add()
542 int new_max = pfi_buffer_max * 2; in pfi_address_add()
556 memcpy(p, pfi_buffer, pfi_buffer_max * sizeof(*pfi_buffer)); in pfi_address_add()
558 kfree_data_counted_by(pfi_buffer, pfi_buffer_max); in pfi_address_add()
560 pfi_buffer_max = new_max; in pfi_address_add()