Home
last modified time | relevance | path

Searched refs:flowq_list_t (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/net/pktsched/ !
H A Dpktsched_fq_codel.h129 typedef LIST_HEAD(, flowq) flowq_list_t; typedef
202 flowq_list_t *fqs_flows __counted_by(fqs_flows_count); /* flows table */
H A Dpktsched_fq_codel.c599 flowq_list_t *fqs_flows; in fq_if_alloc()
607 fqs_flows = kalloc_type(flowq_list_t, fq_if_hash_table_size, Z_WAITOK | Z_ZERO); in fq_if_alloc()
660 kfree_type_counted_by(flowq_list_t, fqs->fqs_flows_count, fqs->fqs_flows); in fq_if_destroy()
2050 flowq_list_t *fq_list; in fq_if_hash_pkt()