Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dip_dummynet.h68 DN_LINK = 1, enumerator
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_dummynet.c866 set_oid(&s->link.oid, DN_LINK, sizeof(s->link)); in schk_new()
963 if (o.type == DN_LINK) { in copy_obj()
1133 if (a->type == DN_LINK || a->type == DN_SCH) { in copy_data_helper()
1140 if (a->type == DN_LINK && n <= DN_MAX_ID) in copy_data_helper()
2051 case DN_LINK: in do_config()
2087 case DN_LINK: in do_config()
2177 case DN_LINK: /* pipe show */ in compute_space()
2293 if (cmd->subtype == DN_LINK) { in dummynet_get()
2342 V_dn_cfg.schk_count, sizeof(struct dn_link), DN_LINK, in dummynet_get()
Dip_dn_glue.c400 cmd.oid.subtype = DN_LINK; in dn_compat_del()
529 p = o_next(&buf, sizeof(*p), DN_LINK); in dn_compat_configure()
/freebsd-12-stable/sbin/ipfw/
Ddummynet.c619 case DN_LINK: { in list_pipes()
671 cmd.oid.subtype = (do_pipe == 1) ? DN_LINK : in ipfw_delete_pipe()
1338 p = o_next(&buf, sizeof(*p), DN_LINK); in ipfw_config_pipe()
1953 oid->subtype = DN_LINK; /* list pipe */ in dummynet_list()