Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fq_codel.c502 fq_codel_config(struct dn_schk *_schk) in fq_codel_config() argument
508 schk = (struct fq_codel_schk *)(_schk+1); in fq_codel_config()
509 ep = (struct dn_extra_parms *) _schk->cfg; in fq_codel_config()
570 fq_codel_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) { in fq_codel_getconfig() argument
571 struct fq_codel_schk *schk = (struct fq_codel_schk *)(_schk+1); in fq_codel_getconfig()
H A Ddn_sched_rr.c210 rr_config(struct dn_schk *_schk) in rr_config() argument
212 struct rr_schk *schk = (struct rr_schk *)(_schk + 1); in rr_config()
H A Ddn_sched_fq_pie.c1091 fq_pie_config(struct dn_schk *_schk) in fq_pie_config() argument
1097 schk = (struct fq_pie_schk *)(_schk+1); in fq_pie_config()
1098 ep = (struct dn_extra_parms *) _schk->cfg; in fq_pie_config()
1180 fq_pie_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) { in fq_pie_getconfig() argument
1181 struct fq_pie_schk *schk = (struct fq_pie_schk *)(_schk+1); in fq_pie_getconfig()