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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c487 pf_altqs_inactive = &pf_altqs[1];
963 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) {
964 TAILQ_REMOVE(pf_altqs_inactive, altq, entries);
990 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) {
991 TAILQ_REMOVE(pf_altqs_inactive, altq, entries);
1017 pf_altqs_active = pf_altqs_inactive;
1018 pf_altqs_inactive = old_altqs;
1035 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) {
1036 TAILQ_REMOVE(pf_altqs_inactive, altq, entries);
2055 TAILQ_FOREACH(a, pf_altqs_inactive, entrie
[all...]
H A Dpfvar.h2157 __private_extern__ struct pf_altqqueue *pf_altqs_inactive; variable in typeref:struct:pf_altqqueue
H A Dpf.c159 struct pf_altqqueue *pf_altqs_inactive; variable in typeref:struct:pf_altqqueue

Completed in 35 milliseconds