Searched refs:DN_SCH (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_dummynet.h | 70 DN_SCH, enumerator
|
| /f-stack/tools/ipfw/ |
| H A D | dummynet.c | 592 case DN_SCH: { in list_pipes() 671 ( (do_pipe == 2) ? DN_FS : DN_SCH); in ipfw_delete_pipe() 1336 sch = o_next(&buf, sizeof(*sch), DN_SCH); in ipfw_config_pipe() 1375 sch = o_next(&buf, sizeof(*sch), DN_SCH); in ipfw_config_pipe() 1958 oid->subtype = DN_SCH; /* list sched */ in dummynet_list()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 956 } else if (o.type == DN_SCH) { in copy_obj() 1120 if (a->type == DN_LINK || a->type == DN_SCH) { in copy_data_helper() 1125 if (a->type == DN_SCH && n >= DN_MAX_ID) in copy_data_helper() 2083 case DN_SCH: in do_config() 2152 case DN_SCH: /* sched show */ in compute_space() 2307 dn_cfg.schk_count, sizeof(struct dn_sch), DN_SCH, in dummynet_get()
|
| H A D | ip_dn_glue.c | 526 sch = o_next(&buf, sizeof(*sch), DN_SCH); in dn_compat_configure()
|