Searched refs:flowq_list_t (Results 1 – 2 of 2) sorted by relevance
129 typedef LIST_HEAD(, flowq) flowq_list_t; typedef202 flowq_list_t *fqs_flows __counted_by(fqs_flows_count); /* flows table */
599 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()