Home
last modified time | relevance | path

Searched refs:dn_sch (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netpfil/ipfw/test/
H A Ddn_test.h95 struct dn_sch { struct
/freebsd/sys/netinet/
H A Dip_dummynet.h194 struct dn_sch { struct
/freebsd/sbin/ipfw/
H A Ddummynet.c600 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 Dip_dn_glue.c440 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 Dip_dn_private.h277 struct dn_sch sch;
H A Ddummynet.txt100 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 Dip_dummynet.c85 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()