Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fifo.c114 _SI( .si_datalen = ) sizeof(struct dn_queue),
H A Ddn_sched.h64 size_t si_datalen; member
H A Ddn_sched_prio.c217 _SI( .si_datalen = ) sizeof(struct prio_si),
H A Ddn_sched_rr.c305 _SI( .si_datalen = ) sizeof(struct rr_si),
H A Ddn_sched_wf2q.c361 _SI( .si_datalen = ) sizeof(struct wf2qp_si),
H A Ddn_sched_fq_codel.c599 _SI( .si_datalen = ) sizeof(struct fq_codel_si) - sizeof(struct dn_sch_inst),
H A Ddn_sched_qfq.c832 _SI( .si_datalen = ) sizeof(struct qfq_sched),
H A Ddn_sched_fq_pie.c1213 _SI( .si_datalen = ) sizeof(struct fq_pie_si) - sizeof(struct dn_sch_inst),
H A Dip_dummynet.c497 int l = sizeof(*si) + s->fp->si_datalen; in si_new()
/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c535 c->si_len += p->si_datalen; in init()