Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fifo.c114 _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.c217 _SI( .q_datalen = ) 0,
H A Ddn_sched_rr.c305 _SI( .q_datalen = ) sizeof(struct rr_queue) - sizeof(struct dn_queue),
H A Ddn_sched_wf2q.c361 _SI( .q_datalen = ) sizeof(struct wf2qp_queue) -
H A Ddn_sched_fq_codel.c599 _SI( .q_datalen = ) 0,
H A Ddn_sched_qfq.c832 _SI( .q_datalen = ) sizeof(struct qfq_class) - sizeof(struct dn_queue),
H A Ddn_sched_fq_pie.c1221 _SI( .q_datalen = ) 0,
H A Dip_dummynet.c357 int size = sizeof(*q) + fs->sched->fp->q_datalen; in q_new()
/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c535 c->q_len += p->q_datalen; in init()