Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dip_dummynet.h194 struct dn_sch { struct
/freebsd-10-stable/sys/netpfil/ipfw/test/
Ddn_test.h77 struct dn_sch { struct
/freebsd-10-stable/sbin/ipfw/
Ddummynet.c595 struct dn_sch *s = (struct dn_sch *)oid; in list_pipes()
1265 struct dn_sch *sch = NULL; in ipfw_config_pipe()
1284 lmax += sizeof(struct dn_sch) + sizeof(struct dn_link) + in ipfw_config_pipe()
1934 if (max_size < sizeof(struct dn_sch)) in dummynet_list()
1935 max_size = sizeof(struct dn_sch); in dummynet_list()
/freebsd-10-stable/sys/netpfil/ipfw/
Dip_dn_glue.c438 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()
Dip_dn_private.h282 struct dn_sch sch;
Ddummynet.txt101 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.
Dip_dummynet.c82 struct dn_sch *sch;
1705 config_sched(struct dn_sch *_nsch, struct dn_id *arg) in config_sched()
1987 struct dn_sch sched; in do_config()
2164 need += dn_cfg.schk_count * sizeof(struct dn_sch) / 2; in compute_space()
2304 dn_cfg.schk_count, sizeof(struct dn_sch), DN_SCH, in dummynet_get()