Searched refs:dn_sch (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netpfil/ipfw/test/ |
H A D | dn_test.h | 95 struct dn_sch { struct
|
/freebsd/sys/netinet/ |
H A D | ip_dummynet.h | 194 struct dn_sch { struct
|
/freebsd/sbin/ipfw/ |
H A D | dummynet.c | 600 struct dn_sch *s = (struct dn_sch *)oid; in list_pipes() 1283 struct dn_sch *sch = NULL; in ipfw_config_pipe() 1302 lmax += sizeof(struct dn_sch) + sizeof(struct dn_link) + in ipfw_config_pipe() 1966 if (max_size < sizeof(struct dn_sch)) in dummynet_list() 1967 max_size = sizeof(struct dn_sch); in dummynet_list()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dn_glue.c | 440 dn_compat_config_pipe(struct dn_sch *sch, struct dn_link *p, in dn_compat_config_pipe() 505 struct dn_sch *sch = NULL; in dn_compat_configure() 518 lmax += sizeof(struct dn_sch) + sizeof(struct dn_link) + in dn_compat_configure()
|
H A D | ip_dn_private.h | 277 struct dn_sch sch;
|
H A D | dummynet.txt | 100 struct dn_sch: 146 includes dn_sch, dn_link, a pointer to dn_profile, 296 dn_fs N+2*NMAX --> dn_sch N+NMAX type FIFO --> dn_link N+NMAX 299 [dn_fs N+NMAX] --> dn_sch N --> dn_link N 360 to configure a pipe all three structs (dn_link, dn_sch, dn_fs) are needed, 363 If configuring a scheduler only the struct dn_sch is wrote in the buffer, 787 uses extra data respect the struct dn_sch.
|
H A D | ip_dummynet.c | 85 struct dn_sch *sch; 1728 config_sched(struct dn_sch *_nsch, struct dn_id *arg) in config_sched() 2011 struct dn_sch sched; in do_config() 2207 need += V_dn_cfg.schk_count * sizeof(struct dn_sch) / 2; in compute_space() 2350 V_dn_cfg.schk_count, sizeof(struct dn_sch), DN_SCH, in dummynet_get()
|