Lines Matching refs:dn_flow_queue
155 static void ready_event(struct dn_flow_queue *q, struct mbuf **head,
224 static void cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp);
230 static void cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp);
427 cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp) in cp_queue_to_32_user()
449 cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp) in cp_queue_to_64_user()
805 move_pkt(struct mbuf *pkt, struct dn_flow_queue *q, in move_pkt()
833 ready_event(struct dn_flow_queue *q, struct mbuf **head, struct mbuf **tail) in ready_event()
927 struct dn_flow_queue *q = sch->p[0].object; in ready_event_wfq()
967 struct dn_flow_queue *q = neh->p[0].object; in ready_event_wfq()
985 struct dn_flow_queue *q = p->idle_heap.p[i].object; in ready_event_wfq()
1089 struct dn_flow_queue *q = pe->idle_heap.p[0].object; in dummynet()
1191 struct dn_flow_queue *q, *prev; in expire_queues()
1208 struct dn_flow_queue *old_q = q; in expire_queues()
1216 kfree_type(struct dn_flow_queue, old_q); in expire_queues()
1227 static struct dn_flow_queue *
1230 struct dn_flow_queue *q; in create_queue()
1242 q = kalloc_type(struct dn_flow_queue, Z_NOWAIT | Z_ZERO); in create_queue()
1261 static struct dn_flow_queue *
1265 struct dn_flow_queue *q, *prev; in find_queue()
1341 struct dn_flow_queue *old_q = q; in find_queue()
1349 kfree_type(struct dn_flow_queue, old_q); in find_queue()
1371 red_drops(struct dn_flow_set *fs, struct dn_flow_queue *q, int len) in red_drops()
1528 struct dn_flow_queue *q = NULL; in dummynet_io()
1806 struct dn_flow_queue *q, *qn; in purge_flow_set()
1821 kfree_type(struct dn_flow_queue, q); in purge_flow_set()
1831 kfree_type(struct dn_flow_queue *, fs->rq_size + 1, fs->rq); in purge_flow_set()
1974 x->rq = kalloc_type(struct dn_flow_queue *, x->rq_size + 1, in alloc_hash()
2018 struct dn_flow_queue *q; in config_pipe()
2056 x->idle_heap.offset = offsetof(struct dn_flow_queue, heap_pos); in config_pipe()
2171 if (((struct dn_flow_queue *)h->p[i].object)->fs == fs) { in fs_remove_from_heap()
2327 struct dn_flow_queue *q; in dn_copy_set_32()
2364 struct dn_flow_queue *q; in dn_copy_set_64()
2424 p->fs.rq_elements * sizeof(struct dn_flow_queue); in dn_calc_size()
2428 set->rq_elements * sizeof(struct dn_flow_queue); in dn_calc_size()