Home
last modified time | relevance | path

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

/netbsd/src/sys/dist/pf/net/
Dpf_ioctl.c281 pf_altqs_inactive = &pf_altqs[1]; in pfattach()
760 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) { in pf_begin_altq()
761 TAILQ_REMOVE(pf_altqs_inactive, altq, entries); in pf_begin_altq()
785 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) { in pf_rollback_altq()
786 TAILQ_REMOVE(pf_altqs_inactive, altq, entries); in pf_rollback_altq()
811 pf_altqs_active = pf_altqs_inactive; in pf_commit_altq()
812 pf_altqs_inactive = old_altqs; in pf_commit_altq()
830 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) { in pf_commit_altq()
831 TAILQ_REMOVE(pf_altqs_inactive, altq, entries); in pf_commit_altq()
2286 TAILQ_FOREACH(a, pf_altqs_inactive, entries) { in pfioctl()
[all …]
Dpfvar.h1596 extern struct pf_altqqueue *pf_altqs_inactive;
Dpf.c134 struct pf_altqqueue *pf_altqs_inactive; variable