Home
last modified time | relevance | path

Searched refs:DN_SCH (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/netinet/
HDip_dummynet.h68 DN_SCH, enumerator
/freebsd-11-stable/sbin/ipfw/
HDdummynet.c592 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()
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_dummynet.c954 } else if (o.type == DN_SCH) { in copy_obj()
1118 if (a->type == DN_LINK || a->type == DN_SCH) { in copy_data_helper()
1123 if (a->type == DN_SCH && n >= DN_MAX_ID) in copy_data_helper()
2081 case DN_SCH: in do_config()
2150 case DN_SCH: /* sched show */ in compute_space()
2305 dn_cfg.schk_count, sizeof(struct dn_sch), DN_SCH, in dummynet_get()
HDip_dn_glue.c526 sch = o_next(&buf, sizeof(*sch), DN_SCH); in dn_compat_configure()