Searched refs:dn_enqueue (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_sched.c | 55 dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop) in dn_enqueue() function
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_fifo.c | 73 return dn_enqueue((struct dn_queue *)(si+1), m, 0); in fifo_enqueue()
|
| H A D | dn_sched.h | 160 int dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop);
|
| H A D | dn_sched_prio.c | 99 if (dn_enqueue(q, m, 0)) in prio_enqueue()
|
| H A D | dn_sched_rr.c | 158 if (dn_enqueue(q, m, 0)) /* packet was dropped */ in rr_enqueue()
|
| H A D | dn_sched_wf2q.c | 145 if (dn_enqueue(q, m, 0)) /* packet was dropped */ in wf2qp_enqueue()
|
| H A D | dn_sched_qfq.c | 667 if (dn_enqueue(_q, m, 0)) /* packet was dropped */ in qfq_enqueue()
|
| H A D | ip_dn_io.c | 496 dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop) in dn_enqueue() function
|