OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_queue
(Results
1 - 2
of
2
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pfctl_optimize.c
262
struct pf_opt_queue
opt_queue
;
local
271
TAILQ_INIT(&
opt_queue
);
297
TAILQ_INSERT_TAIL(&
opt_queue
, por, por_entry);
301
if (construct_superblocks(pf, &
opt_queue
, &superblocks))
337
while ((por = TAILQ_FIRST(&
opt_queue
))) {
338
TAILQ_REMOVE(&
opt_queue
, por, por_entry);
1329
construct_superblocks(struct pfctl *pf, struct pf_opt_queue *
opt_queue
,
1336
while (!TAILQ_EMPTY(
opt_queue
)) {
1337
por = TAILQ_FIRST(
opt_queue
);
1338
TAILQ_REMOVE(
opt_queue
, por, por_entry)
[
all
...]
pfctl_optimize.c
262
struct pf_opt_queue
opt_queue
;
local
271
TAILQ_INIT(&
opt_queue
);
297
TAILQ_INSERT_TAIL(&
opt_queue
, por, por_entry);
301
if (construct_superblocks(pf, &
opt_queue
, &superblocks))
337
while ((por = TAILQ_FIRST(&
opt_queue
))) {
338
TAILQ_REMOVE(&
opt_queue
, por, por_entry);
1329
construct_superblocks(struct pfctl *pf, struct pf_opt_queue *
opt_queue
,
1336
while (!TAILQ_EMPTY(
opt_queue
)) {
1337
por = TAILQ_FIRST(
opt_queue
);
1338
TAILQ_REMOVE(
opt_queue
, por, por_entry)
[
all
...]
Completed in 29 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026