Searched refs:dn_enqueue (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c55 dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop) function
/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_sched.h86 * before calling dn_enqueue().
162 int dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop);
H A Ddn_sched_fifo.c73 return dn_enqueue((struct dn_queue *)(si+1), m, 0);
H A Ddn_sched_prio.c99 if (dn_enqueue(q, m, 0))
H A Ddn_sched_rr.c159 if (dn_enqueue(q, m, 0)) /* packet was dropped */
H A Ddn_sched_wf2q.c145 if (dn_enqueue(q, m, 0)) /* packet was dropped */
H A Ddn_sched_qfq.c668 if (dn_enqueue(_q, m, 0)) /* packet was dropped */
H A Dip_dn_io.c475 dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop) function
896 /* dn_enqueue already increases io_pkt_drop */

Completed in 68 milliseconds