Home
last modified time | relevance | path

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

/dragonfly/sys/net/pf/
H A Dpf_ioctl.c256 pf_altqs_inactive = &pf_altqs[1]; in pfattach()
586 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) { in pf_begin_altq()
587 TAILQ_REMOVE(pf_altqs_inactive, altq, entries); in pf_begin_altq()
611 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) { in pf_rollback_altq()
612 TAILQ_REMOVE(pf_altqs_inactive, altq, entries); in pf_rollback_altq()
637 pf_altqs_active = pf_altqs_inactive; in pf_commit_altq()
638 pf_altqs_inactive = old_altqs; in pf_commit_altq()
654 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) { in pf_commit_altq()
655 TAILQ_REMOVE(pf_altqs_inactive, altq, entries); in pf_commit_altq()
2038 TAILQ_FOREACH(a, pf_altqs_inactive, entries) { in pfioctl()
[all …]
H A Dpfvar.h1780 extern struct pf_altqqueue *pf_altqs_inactive;
H A Dpf.c130 struct pf_altqqueue *pf_altqs_inactive; variable