Home
last modified time | relevance | path

Searched refs:q_datalen (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fifo.c115 _SI( .q_datalen = ) 0,
H A Ddn_sched.h66 size_t q_datalen; /* per-queue parameters (e.g. S,F) */ member
H A Ddn_sched_prio.c218 _SI( .q_datalen = ) 0,
H A Ddn_sched_rr.c306 _SI( .q_datalen = ) sizeof(struct rr_queue) - sizeof(struct dn_queue),
H A Ddn_sched_wf2q.c362 _SI( .q_datalen = ) sizeof(struct wf2qp_queue) -
H A Ddn_sched_fq_codel.c600 _SI( .q_datalen = ) 0,
H A Ddn_sched_qfq.c833 _SI( .q_datalen = ) sizeof(struct qfq_class) - sizeof(struct dn_queue),
H A Ddn_sched_fq_pie.c1214 _SI( .q_datalen = ) 0,
H A Dip_dummynet.c333 int size = sizeof(*q) + fs->sched->fp->q_datalen; in q_new()
/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c536 c->q_len += p->q_datalen; in init()