Lines Matching refs:dn_flow_queue

154 static void     ready_event(struct dn_flow_queue *q, struct mbuf **head,
223 static void cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp);
229 static void cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp);
421 cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp) in cp_queue_to_32_user()
443 cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp) in cp_queue_to_64_user()
799 move_pkt(struct mbuf *pkt, struct dn_flow_queue *q, in move_pkt()
827 ready_event(struct dn_flow_queue *q, struct mbuf **head, struct mbuf **tail) in ready_event()
921 struct dn_flow_queue *q = sch->p[0].object; in ready_event_wfq()
961 struct dn_flow_queue *q = neh->p[0].object; in ready_event_wfq()
979 struct dn_flow_queue *q = p->idle_heap.p[i].object; in ready_event_wfq()
1083 struct dn_flow_queue *q = pe->idle_heap.p[0].object; in dummynet()
1185 struct dn_flow_queue *q, *prev; in expire_queues()
1202 struct dn_flow_queue *old_q = q; in expire_queues()
1210 kfree_type(struct dn_flow_queue, old_q); in expire_queues()
1221 static struct dn_flow_queue *
1224 struct dn_flow_queue *q; in create_queue()
1236 q = kalloc_type(struct dn_flow_queue, Z_NOWAIT | Z_ZERO); in create_queue()
1255 static struct dn_flow_queue *
1259 struct dn_flow_queue *q, *prev; in find_queue()
1335 struct dn_flow_queue *old_q = q; in find_queue()
1343 kfree_type(struct dn_flow_queue, old_q); in find_queue()
1365 red_drops(struct dn_flow_set *fs, struct dn_flow_queue *q, int len) in red_drops()
1522 struct dn_flow_queue *q = NULL; in dummynet_io()
1800 struct dn_flow_queue *q, *qn; in purge_flow_set()
1815 kfree_type(struct dn_flow_queue, q); in purge_flow_set()
1825 kfree_type(struct dn_flow_queue *, fs->rq_size + 1, fs->rq); in purge_flow_set()
1968 x->rq = kalloc_type(struct dn_flow_queue *, x->rq_size + 1, in alloc_hash()
2012 struct dn_flow_queue *q; in config_pipe()
2050 x->idle_heap.offset = offsetof(struct dn_flow_queue, heap_pos); in config_pipe()
2165 if (((struct dn_flow_queue *)h->p[i].object)->fs == fs) { in fs_remove_from_heap()
2321 struct dn_flow_queue *q; in dn_copy_set_32()
2358 struct dn_flow_queue *q; in dn_copy_set_64()
2418 p->fs.rq_elements * sizeof(struct dn_flow_queue); in dn_calc_size()
2422 set->rq_elements * sizeof(struct dn_flow_queue); in dn_calc_size()