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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf_ioctl.c490 pf_altqs_inactive = &pf_altqs[1];
966 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) {
967 TAILQ_REMOVE(pf_altqs_inactive, altq, entries);
993 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) {
994 TAILQ_REMOVE(pf_altqs_inactive, altq, entries);
1020 pf_altqs_active = pf_altqs_inactive;
1021 pf_altqs_inactive = old_altqs;
1038 while ((altq = TAILQ_FIRST(pf_altqs_inactive)) != NULL) {
1039 TAILQ_REMOVE(pf_altqs_inactive, altq, entries);
2068 TAILQ_FOREACH(a, pf_altqs_inactive, entrie
[all...]
H A Dpfvar.h2159 extern struct pf_altqqueue *pf_altqs_inactive;
H A Dpf.c167 struct pf_altqqueue *pf_altqs_inactive; variable in typeref:struct:pf_altqqueue

Completed in 107 milliseconds