Home
last modified time | relevance | path

Searched refs:dn_fs (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
HDip_dn_glue.c408 dn_compat_config_queue(struct dn_fs *fs, void* v) in dn_compat_config_queue()
439 struct dn_fs *fs, void* v) in dn_compat_config_pipe()
505 struct dn_fs *fs = NULL; in dn_compat_configure()
517 sizeof(struct dn_fs) + sizeof(struct dn_profile); in dn_compat_configure()
HDdummynet.txt91 struct dn_fs:
129 includes a dn_fs; a pointer to the dn_schk; a link field
294 corresponds to a dn_fs object numbered N
297 dn_fs N+2*NMAX --> dn_sch N+NMAX type FIFO --> dn_link N+NMAX
300 [dn_fs N+NMAX] --> dn_sch N --> dn_link N
314 dn_fs N+2NMAX attached to dn_sched N+NMAX
319 dn_fs N
323 dn_fs N+NMAX attached to dn_sched N
361 to configure a pipe all three structs (dn_link, dn_sch, dn_fs) are needed,
365 while if configuring a flowset only the dn_fs struct is wrote.
[all …]
HDip_dummynet.c1040 struct dn_fs *ufs = (struct dn_fs *)(*a->start); in copy_flowset()
1589 config_fs(struct dn_fs *nfs, struct dn_id *arg, int locked) in config_fs()
1848 struct dn_fs fs; in config_sched()
1986 struct dn_fs fs; in do_config()
2147 (sizeof(struct dn_fs) + profile_size) / 2; in compute_space()
2152 (sizeof(struct dn_fs) + profile_size) / 2; in compute_space()
2170 need += dn_cfg.fsk_count * sizeof(struct dn_fs); in compute_space()
2307 dn_cfg.fsk_count, sizeof(struct dn_fs), DN_FS, in dummynet_get()
HDip_dn_private.h209 struct dn_fs fs;
HDdn_aqm_codel.c223 struct dn_fs *f; in aqm_codel_enqueue()
HDdn_aqm_pie.c480 struct dn_fs *f; in aqm_pie_enqueue()
HDip_dn_io.c491 struct dn_fs *f; in dn_enqueue()
/freebsd-11-stable/sys/netpfil/ipfw/test/
HDmain.c325 struct dn_fs *prev = NULL; in parse_flowsets()
371 struct dn_fs *fs = &c->fs[n_fs].fs; // tentative in parse_flowsets()
411 struct dn_fs *fs = &c->fs[i].fs; in parse_flowsets()
652 struct dn_fs *fs; in controller()
HDdn_test.h70 struct dn_fs { struct
/freebsd-11-stable/sys/netinet/
HDip_dummynet.h143 struct dn_fs { struct
/freebsd-11-stable/sbin/ipfw/
HDdummynet.c471 print_flowset_parms(struct dn_fs *fs, char *prefix) in print_flowset_parms()
647 print_flowset_parms((struct dn_fs *)oid, buf); in list_pipes()
1278 struct dn_fs *fs = NULL; in ipfw_config_pipe()
1296 sizeof(struct dn_fs) + sizeof(struct dn_profile); in ipfw_config_pipe()
1944 max_size = sizeof(struct dn_fs); in dummynet_list()