Searched refs:_schk (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_rr.c209 rr_config(struct dn_schk *_schk) argument
211 struct rr_schk *schk = (struct rr_schk *)(_schk + 1);
H A Ddn_sched_fq_codel.c501 fq_codel_config(struct dn_schk *_schk) argument
507 schk = (struct fq_codel_schk *)(_schk+1);
508 ep = (struct dn_extra_parms *) _schk->cfg;
570 fq_codel_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) { argument
572 struct fq_codel_schk *schk = (struct fq_codel_schk *)(_schk+1);
H A Ddn_sched_fq_pie.c1094 fq_pie_config(struct dn_schk *_schk) argument
1100 schk = (struct fq_pie_schk *)(_schk+1);
1101 ep = (struct dn_extra_parms *) _schk->cfg;
1184 fq_pie_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) { argument
1186 struct fq_pie_schk *schk = (struct fq_pie_schk *)(_schk+1);

Completed in 66 milliseconds