Searched refs:dn_sch (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dip_dummynet.h195 struct dn_sch { struct
279 + dn_sch describes a scheduler
/freebsd-13-stable/sys/netpfil/ipfw/test/
H A Ddn_test.h96 struct dn_sch { struct
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h287 struct dn_sch sch;
H A Dip_dn_glue.c438 dn_compat_config_pipe(struct dn_sch *sch, struct dn_link *p,
503 struct dn_sch *sch = NULL;
516 lmax += sizeof(struct dn_sch) + sizeof(struct dn_link) +
H A Dip_dummynet.c87 struct dn_sch *sch;
829 * otherwise we pass struct dn_sch * which is the first field in
1718 config_sched(struct dn_sch *_nsch, struct dn_id *arg)
2001 struct dn_sch sched;
2149 * (NP/2)*(dn_link + dn_sch + dn_id + dn_fs) only half scheduler
2156 * (NP/2)*(dn_link + dn_sch + dn_id + dn_fs) only half scheduler
2195 need += V_dn_cfg.schk_count * sizeof(struct dn_sch) / 2;
2338 V_dn_cfg.schk_count, sizeof(struct dn_sch), DN_SCH,
/freebsd-13-stable/sbin/ipfw/
H A Ddummynet.c593 struct dn_sch *s = (struct dn_sch *)oid;
1276 struct dn_sch *sch = NULL;
1295 lmax += sizeof(struct dn_sch) + sizeof(struct dn_link) +
1945 if (max_size < sizeof(struct dn_sch))
1946 max_size = sizeof(struct dn_sch);

Completed in 120 milliseconds