Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c501 fq_codel_config(struct dn_schk *_schk) in fq_codel_config() argument
507 schk = (struct fq_codel_schk *)(_schk+1); in fq_codel_config()
508 ep = (struct dn_extra_parms *) _schk->cfg; in fq_codel_config()
569 fq_codel_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) { in fq_codel_getconfig() argument
570 struct fq_codel_schk *schk = (struct fq_codel_schk *)(_schk+1); in fq_codel_getconfig()
H A Ddn_sched_rr.c209 rr_config(struct dn_schk *_schk) in rr_config() argument
211 struct rr_schk *schk = (struct rr_schk *)(_schk + 1); in rr_config()
H A Ddn_sched_fq_pie.c1098 fq_pie_config(struct dn_schk *_schk) in fq_pie_config() argument
1104 schk = (struct fq_pie_schk *)(_schk+1); in fq_pie_config()
1105 ep = (struct dn_extra_parms *) _schk->cfg; in fq_pie_config()
1187 fq_pie_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) { in fq_pie_getconfig() argument
1188 struct fq_pie_schk *schk = (struct fq_pie_schk *)(_schk+1); in fq_pie_getconfig()