Searched refs:DN_SCH (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_dummynet.h | 68 DN_SCH, enumerator
|
/freebsd/sbin/ipfw/ |
H A D | dummynet.c | 599 case DN_SCH: { in list_pipes() 678 ( (do_pipe == 2) ? DN_FS : DN_SCH); in ipfw_delete_pipe() 1343 sch = o_next(&buf, sizeof(*sch), DN_SCH); in ipfw_config_pipe() 1382 sch = o_next(&buf, sizeof(*sch), DN_SCH); in ipfw_config_pipe() 1979 oid->subtype = DN_SCH; /* list sched */ in dummynet_list()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dummynet.c | 978 } else if (o.type == DN_SCH) { in copy_obj() 1142 if (a->type == DN_LINK || a->type == DN_SCH) { in copy_data_helper() 1147 if (a->type == DN_SCH && n >= DN_MAX_ID) in copy_data_helper() 2117 case DN_SCH: in do_config() 2192 case DN_SCH: /* sched show */ in compute_space() 2350 V_dn_cfg.schk_count, sizeof(struct dn_sch), DN_SCH, in dummynet_get()
|
H A D | ip_dn_glue.c | 528 sch = o_next(&buf, sizeof(*sch), DN_SCH); in dn_compat_configure()
|