Searched refs:dn_schk (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_private.h | 80 SLIST_HEAD(dn_schk_head, dn_schk); 220 struct dn_schk *sched; /* Sched we are linked to */ 284 struct dn_schk { struct 291 SLIST_ENTRY(dn_schk) schk_next; /* hash chain for schedhash */ argument 316 struct dn_schk *sched; /* the template */ argument 414 struct dn_sch_inst *ipdn_si_find(struct dn_schk *, struct ipfw_flow_id *); 440 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 | 495 struct dn_schk *s = arg; in si_new() 831 struct dn_schk *s = (struct dn_schk *)obj; in schk_match() 846 struct dn_schk *s; in schk_new() 884 struct dn_schk *s = obj; in schk_delete_cb() 920 struct dn_schk *s; in delete_schk() 939 struct dn_schk s; in copy_obj() 1393 struct dn_schk *schk; in get_sched_parms() 1634 struct dn_schk *s; in config_fs() 1710 struct dn_schk *s; in config_sched() 1902 struct dn_schk *s; in config_profile() [all …]
|
| H A D | ip_dn_glue.c | 610 dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq) in dn_c_copy_pipe() 671 struct dn_schk *s = (struct dn_schk *)_o; in dn_compat_copy_pipe() 756 struct dn_schk *s = _o; in copy_data_helper_compat()
|
| H A D | dn_sched_fq_codel.c | 502 fq_codel_config(struct dn_schk *_schk) in fq_codel_config() 570 fq_codel_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) { in fq_codel_getconfig()
|
| H A D | dn_sched_rr.c | 210 rr_config(struct dn_schk *_schk) in rr_config()
|
| H A D | ip_dn_io.c | 582 extra_bits(struct mbuf *m, struct dn_schk *s) in extra_bits() 608 struct dn_schk *s = si->sched; in serve_sched()
|
| H A D | dn_sched_fq_pie.c | 1091 fq_pie_config(struct dn_schk *_schk) in fq_pie_config() 1180 fq_pie_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) { in fq_pie_getconfig()
|
| H A D | dummynet.txt | 129 includes a dn_fs; a pointer to the dn_schk; a link field 138 a scheduler instance, created from a dn_schk applying sched_mask. 142 CREATE: created from a dn_schk applying sched_mask 146 struct dn_schk
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | main.c | 67 struct dn_schk *sched;
|