Searched refs:DN_LINK (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/sys/netinet/ |
| HD | ip_dummynet.h | 66 DN_LINK = 1, enumerator
|
| /freebsd-11-stable/sys/netpfil/ipfw/ |
| HD | ip_dummynet.c | 850 set_oid(&s->link.oid, DN_LINK, sizeof(s->link)); in schk_new() 948 if (o.type == DN_LINK) { in copy_obj() 1118 if (a->type == DN_LINK || a->type == DN_SCH) { in copy_data_helper() 1125 if (a->type == DN_LINK && n <= DN_MAX_ID) in copy_data_helper() 2035 case DN_LINK: in do_config() 2068 case DN_LINK: in do_config() 2144 case DN_LINK: /* pipe show */ in compute_space() 2256 if (cmd->subtype == DN_LINK) { in dummynet_get() 2306 dn_cfg.schk_count, sizeof(struct dn_link), DN_LINK, in dummynet_get()
|
| HD | ip_dn_glue.c | 398 cmd.oid.subtype = DN_LINK; in dn_compat_del() 527 p = o_next(&buf, sizeof(*p), DN_LINK); in dn_compat_configure()
|
| /freebsd-11-stable/sbin/ipfw/ |
| HD | dummynet.c | 618 case DN_LINK: { in list_pipes() 670 cmd.oid.subtype = (do_pipe == 1) ? DN_LINK : in ipfw_delete_pipe() 1337 p = o_next(&buf, sizeof(*p), DN_LINK); in ipfw_config_pipe() 1952 oid->subtype = DN_LINK; /* list pipe */ in dummynet_list()
|