Searched refs:dn_sch (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | dn_test.h | 96 struct dn_sch { struct
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_dummynet.h | 195 struct dn_sch { struct
|
| /f-stack/tools/ipfw/ |
| H A D | dummynet.c | 593 struct dn_sch *s = (struct dn_sch *)oid; in list_pipes() 1276 struct dn_sch *sch = NULL; in ipfw_config_pipe() 1295 lmax += sizeof(struct dn_sch) + sizeof(struct dn_link) + in ipfw_config_pipe() 1945 if (max_size < sizeof(struct dn_sch)) in dummynet_list() 1946 max_size = sizeof(struct dn_sch); in dummynet_list()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_glue.c | 438 dn_compat_config_pipe(struct dn_sch *sch, struct dn_link *p, in dn_compat_config_pipe() 503 struct dn_sch *sch = NULL; in dn_compat_configure() 516 lmax += sizeof(struct dn_sch) + sizeof(struct dn_link) + in dn_compat_configure()
|
| H A D | ip_dn_private.h | 285 struct dn_sch sch;
|
| H A D | dummynet.txt | 101 struct dn_sch: 147 includes dn_sch, dn_link, a pointer to dn_profile, 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 361 to configure a pipe all three structs (dn_link, dn_sch, dn_fs) are needed, 364 If configuring a scheduler only the struct dn_sch is wrote in the buffer, 788 uses extra data respect the struct dn_sch.
|
| H A D | ip_dummynet.c | 85 struct dn_sch *sch; 1708 config_sched(struct dn_sch *_nsch, struct dn_id *arg) in config_sched() 1990 struct dn_sch sched; in do_config() 2167 need += dn_cfg.schk_count * sizeof(struct dn_sch) / 2; in compute_space() 2307 dn_cfg.schk_count, sizeof(struct dn_sch), DN_SCH, in dummynet_get()
|