Searched refs:dummynet (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sbin/ipfw/
H A DMakefile7 SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c tables.c
/freebsd-13-stable/sys/modules/dummynet/
H A DMakefile4 KMOD= dummynet
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_aqm.h162 MODULE_DEPEND(name, dummynet, 3, 3, 3)
H A Ddn_sched.h30 * The API to write a packet scheduling algorithm for dummynet.
157 * Additionally, dummynet exports some functions and macros
204 MODULE_DEPEND(name, dummynet, 3, 3, 3)
H A Dip_dn_io.c88 MALLOC_DEFINE(M_DUMMYNET, "dummynet", "dummynet heap");
145 SYSCTL_NODE(_net_inet_ip, OID_AUTO, dummynet, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
148 static SYSCTL_NODE(_net_inet_ip, OID_AUTO, dummynet,
172 CTLFLAG_RW, DC(io_fast), 0, "Enable fast dummynet io.");
196 "Number of ticks coalesced by dummynet taskqueue.");
215 "Number of packets passed to dummynet.");
218 "Number of packets bypassed dummynet scheduler.");
221 "Number of packets dropped by dummynet.");
230 * Return the mbuf tag holding the dummynet stat
[all...]
H A Dip_dummynet.c41 * Configuration and internal object management for dummynet.
105 dummynet(void *arg) function
118 callout_reset_sbt(&dn_timeout, tick_sbt, 0, dummynet, NULL,
1241 printf("\ndummynet: net.inet.ip.dummynet.red_lookup_depth"
1251 printf("dummynet: sorry, cannot allocate red lookup table\n");
2481 * Handler for the various dummynet socket options
2505 D("dummynet: unknown option %d", sopt->sopt_name);
2513 D("dummynet: compat option %d", sopt->sopt_name);
2616 dn_tq = taskqueue_create_fast("dummynet", M_WAITOK,
2618 taskqueue_start_threads(&dn_tq, 1, PI_NET, "dummynet");
[all...]
/freebsd-13-stable/sys/modules/
H A DMakefile110 dummynet \
/freebsd-13-stable/share/man/man4/
H A DMakefile139 dummynet.4 \

Completed in 122 milliseconds