]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/classq/classq_subr.c
xnu-4903.231.4.tar.gz
[apple/xnu.git] / bsd / net / classq / classq_subr.c
index 669e45ad693be9f0c768ce5c64af784932cc6677..7c93bc65ec2c92dd8c90322bfdf28fac18ac28a6 100644 (file)
@@ -41,6 +41,7 @@
 #include <net/classq/classq.h>
 #include <pexpert/pexpert.h>
 #include <net/classq/classq_sfb.h>
 #include <net/classq/classq.h>
 #include <pexpert/pexpert.h>
 #include <net/classq/classq_sfb.h>
+#include <net/classq/classq_fq_codel.h>
 #include <net/pktsched/pktsched.h>
 #include <net/pktsched/pktsched_fq_codel.h>
 
 #include <net/pktsched/pktsched.h>
 #include <net/pktsched/pktsched_fq_codel.h>
 
@@ -793,3 +794,9 @@ ifclassq_calc_update_interval(u_int64_t *update_interval)
 
        *update_interval = uint;
 }
 
        *update_interval = uint;
 }
+
+void
+ifclassq_reap_caches(boolean_t purge)
+{
+       fq_codel_reap_caches(purge);
+}