Searched refs:dn_schk (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dn_private.h | 212 struct dn_schk *sched; /* Sched we are linked to */ 276 struct dn_schk { struct 283 SLIST_ENTRY(dn_schk) schk_next; /* hash chain for schedhash */ argument 308 struct dn_schk *sched; /* the template */ argument 417 struct dn_sch_inst *ipdn_si_find(struct dn_schk *, struct ipfw_flow_id *); 443 int dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq);
|
H A D | dn_sched.h | 129 int (*config)(struct dn_schk *); 130 int (*destroy)(struct dn_schk*); 139 int (*getconfig)(struct dn_schk *, struct dn_extra_parms *);
|
H A D | ip_dummynet.c | 519 struct dn_schk *s = arg; in si_new() 575 struct dn_schk *s = si->sched; in si_destroy() 611 ipdn_si_find(struct dn_schk *s, struct ipfw_flow_id *id) in ipdn_si_find() 637 schk_reset_credit(struct dn_schk *s) in schk_reset_credit() 847 ((struct dn_schk *)key)->sch.sched_nr; in schk_hash() 854 struct dn_schk *s = (struct dn_schk *)obj; in schk_match() 856 ((struct dn_schk *)key)->sch.sched_nr; in schk_match() 869 struct dn_schk *s; in schk_new() 907 struct dn_schk *s = obj; in schk_delete_cb() 942 struct dn_schk *s; in delete_schk() [all …]
|
H A D | ip_dn_glue.c | 612 dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq) in dn_c_copy_pipe() 676 struct dn_schk *s = (struct dn_schk *)_o; in dn_compat_copy_pipe() 764 struct dn_schk *s = _o; in copy_data_helper_compat()
|
H A D | dn_sched_fq_codel.c | 501 fq_codel_config(struct dn_schk *_schk) in fq_codel_config() 569 fq_codel_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) { in fq_codel_getconfig()
|
H A D | dn_sched_rr.c | 209 rr_config(struct dn_schk *_schk) in rr_config()
|
H A D | ip_dn_io.c | 590 extra_bits(struct mbuf *m, struct dn_schk *s) in extra_bits() 616 struct dn_schk *s = si->sched; in serve_sched()
|
H A D | dn_sched_fq_pie.c | 1098 fq_pie_config(struct dn_schk *_schk) in fq_pie_config() 1187 fq_pie_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) { in fq_pie_getconfig()
|
H A D | dummynet.txt | 128 includes a dn_fs; a pointer to the dn_schk; a link field 137 a scheduler instance, created from a dn_schk applying sched_mask. 141 CREATE: created from a dn_schk applying sched_mask 145 struct dn_schk
|
/freebsd/sys/netpfil/ipfw/test/ |
H A D | main.c | 66 struct dn_schk *sched;
|