Home
last modified time | relevance | path

Searched refs:dummynet (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt4 Notes on the internal structure of dummynet (2010 version)
12 Implementation of new dummynet
30 How to configure dummynet
203 The dummynet code is split in several files.
219 - dummynet.c is the file used to implement the user side of dummynet.
221 show the output of dummynet objects.
255 A packet enters dummynet through dummynet_io(). We first lookup
262 leaving *m0 set. Otherwise, the packet is absorbed by dummynet
306 Because traditional dummynet pipes actually configure both a
327 The dummynet_task() function is the main dummynet processing function and is
[all …]
H A Ddn_aqm.h160 MODULE_DEPEND(name, dummynet, 3, 3, 3)
H A Ddn_sched.h210 MODULE_DEPEND(name, dummynet, 3, 3, 3)
H A Dip_dn_io.c144 SYSCTL_NODE(_net_inet_ip, OID_AUTO, dummynet, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
147 static SYSCTL_NODE(_net_inet_ip, OID_AUTO, dummynet,
H A Dip_dummynet.c103 dummynet(void *arg) in dummynet() function
128 callout_reset_sbt(&dn_timeout, tick_sbt, 0, dummynet, NULL, in dn_reschedule()
2751 DECLARE_MODULE(dummynet, dummynet_mod, DN_SI_SUB, DN_MODEV_ORD);
2752 MODULE_VERSION(dummynet, 3);
/freebsd/tests/sys/netpfil/common/
H A Dutils.subr112 if ! kldstat -q -m dummynet; then
113 atf_skip "This test requires dummynet"
121 atf_skip "${firewall} does not support dummynet"
H A DMakefile8 dummynet \
/freebsd/sys/modules/dummynet/
H A DMakefile2 KMOD= dummynet
/freebsd/sbin/ipfw/
H A DMakefile9 SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c tables.c
/freebsd/usr.sbin/bsdconfig/security/include/
H A Dsecurelevel.hlp34 cannot be changed and dummynet(4) or pf(4) configuration
/freebsd/tests/sys/netpfil/pf/
H A Dutils.subr106 if ! kldstat -q -m dummynet; then
107 atf_skip "This test requires dummynet"
H A Ddivert-to.sh72 if ! kldstat -q -m dummynet; then
H A Dether.sh405 if ! kldstat -q -m dummynet; then
/freebsd/sys/modules/
H A DMakefile104 dummynet \
/freebsd/contrib/libpcap/
H A Dgrammar.y.in290 { PFRES_DUMMYNET, "dummynet" },
329 { PF_DUMMYNET, "dummynet" },
/freebsd/share/man/man4/
H A DMakefile144 dummynet.4 \
/freebsd/sys/conf/
H A Dfiles4511 netpfil/ipfw/dn_aqm_codel.c optional inet dummynet
4512 netpfil/ipfw/dn_aqm_pie.c optional inet dummynet
4513 netpfil/ipfw/dn_heap.c optional inet dummynet
4514 netpfil/ipfw/dn_sched_fifo.c optional inet dummynet
4515 netpfil/ipfw/dn_sched_fq_codel.c optional inet dummynet
4516 netpfil/ipfw/dn_sched_fq_pie.c optional inet dummynet
4517 netpfil/ipfw/dn_sched_prio.c optional inet dummynet
4518 netpfil/ipfw/dn_sched_qfq.c optional inet dummynet
4519 netpfil/ipfw/dn_sched_rr.c optional inet dummynet
4520 netpfil/ipfw/dn_sched_wf2q.c optional inet dummynet
[all …]
H A DNOTES1083 # DUMMYNET enables the "dummynet" bandwidth limiter. You need IPFIREWALL
1084 # as well. See dummynet(4) and ipfw(8) for more info. When you run
/freebsd/
H A DUPDATING458 As of commit 8160a0f62be6, the dummynet module no longer depends on the