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.c179 b.pfrb_size = b.pfrb_msize; in pfctl_table()
182 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()
276 b.pfrb_size = b.pfrb_msize; in pfctl_table()
279 if (b.pfrb_size <= b.pfrb_msize) in pfctl_table()
310 b.pfrb_size = b.pfrb_msize; in pfctl_table()
313 } while (b.pfrb_size > b.pfrb_msize); in pfctl_table()
338 b.pfrb_size = b.pfrb_msize; in pfctl_table()
345 if (b.pfrb_size <= b.pfrb_msize) in pfctl_table()
[all …]
H A Dpfctl_radix.c339 if (b->pfrb_size == b->pfrb_msize) in pfr_buf_add()
383 if (minsize != 0 && minsize <= b->pfrb_msize) in pfr_buf_grow()
386 if (!b->pfrb_msize) { in pfr_buf_grow()
391 minsize = b->pfrb_msize * 2; in pfr_buf_grow()
395 bzero(p + b->pfrb_msize * bs, (minsize - b->pfrb_msize) * bs); in pfr_buf_grow()
397 b->pfrb_msize = minsize; in pfr_buf_grow()
412 b->pfrb_size = b->pfrb_msize = 0; in pfr_buf_clear()
H A Dpfctl.h50 int pfrb_msize; /* maximum number of objects in buffer */ member
H A Dpfctl_optimize.c1309 table_buffer.pfrb_size = table_buffer.pfrb_msize; in pf_opt_create_table()
1313 if (table_buffer.pfrb_size <= table_buffer.pfrb_msize) in pf_opt_create_table()
H A Dpfctl.c373 skip_b.pfrb_size = skip_b.pfrb_msize; in pfctl_get_skip_ifaces()
376 if (skip_b.pfrb_size <= skip_b.pfrb_msize) in pfctl_get_skip_ifaces()