Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fifo.c113 _SI( .si_datalen = ) sizeof(struct dn_queue),
H A Ddn_sched.h64 size_t si_datalen; member
H A Ddn_sched_prio.c216 _SI( .si_datalen = ) sizeof(struct prio_si),
H A Ddn_sched_rr.c304 _SI( .si_datalen = ) sizeof(struct rr_si),
H A Ddn_sched_wf2q.c360 _SI( .si_datalen = ) sizeof(struct wf2qp_si),
H A Ddn_sched_fq_codel.c598 _SI( .si_datalen = ) sizeof(struct fq_codel_si) - sizeof(struct dn_sch_inst),
H A Ddn_sched_qfq.c831 _SI( .si_datalen = ) sizeof(struct qfq_sched),
H A Ddn_sched_fq_pie.c1220 _SI( .si_datalen = ) sizeof(struct fq_pie_si) - sizeof(struct dn_sch_inst),
H A Dip_dummynet.c521 int l = sizeof(*si) + s->fp->si_datalen; in si_new()
/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c534 c->si_len += p->si_datalen; in init()