Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_table.c177 b.pfrb_size = b.pfrb_msize; in pfctl_table()
180 if (b.pfrb_size <= b.pfrb_msize) in pfctl_table()
240 int sz2 = b.pfrb_msize; in pfctl_table()
244 if (sz2 <= b.pfrb_msize) { in pfctl_table()
277 b.pfrb_size = b.pfrb_msize; in pfctl_table()
280 if (b.pfrb_size <= b.pfrb_msize) in pfctl_table()
312 b.pfrb_size = b.pfrb_msize; in pfctl_table()
315 } while (b.pfrb_size > b.pfrb_msize); in pfctl_table()
340 b.pfrb_size = b.pfrb_msize; in pfctl_table()
347 if (b.pfrb_size <= b.pfrb_msize) in pfctl_table()
[all …]
H A Dpfctl_radix.c344 if (b->pfrb_size == b->pfrb_msize) in pfr_buf_add()
388 if (minsize != 0 && minsize <= b->pfrb_msize) in pfr_buf_grow()
391 if (!b->pfrb_msize) { in pfr_buf_grow()
396 minsize = b->pfrb_msize * 2; in pfr_buf_grow()
400 bzero(p + b->pfrb_msize * bs, (minsize - b->pfrb_msize) * bs); in pfr_buf_grow()
402 b->pfrb_msize = minsize; in pfr_buf_grow()
416 b->pfrb_size = b->pfrb_msize = 0; in pfr_buf_clear()
H A Dpfctl.h56 int pfrb_msize; /* maximum number of objects in buffer */ member
H A Dpfctl_optimize.c1303 table_buffer.pfrb_size = table_buffer.pfrb_msize; in pf_opt_create_table()
1307 if (table_buffer.pfrb_size <= table_buffer.pfrb_msize) in pf_opt_create_table()
H A Dpfctl.c431 skip_b.pfrb_size = skip_b.pfrb_msize; in pfctl_get_skip_ifaces()
434 if (skip_b.pfrb_size <= skip_b.pfrb_msize) in pfctl_get_skip_ifaces()