Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfw/
Ddummynet.txt2 # $FreeBSD: stable/12/sys/netpfil/ipfw/dummynet.txt 298995 2016-05-03 18:05:43Z pfg $
5 Notes on the internal structure of dummynet (2010 version)
13 Implementation of new dummynet
31 How to configure dummynet
204 The dummynet code is split in several files.
220 - dummynet.c is the file used to implement the user side of dummynet.
222 show the output of dummynet objects.
256 A packet enters dummynet through dummynet_io(). We first lookup
263 leaving *m0 set. Otherwise, the packet is absorbed by dummynet
307 Because traditional dummynet pipes actually configure both a
[all …]
Ddn_aqm.h163 MODULE_DEPEND(name, dummynet, 3, 3, 3)
Ddn_sched.h204 MODULE_DEPEND(name, dummynet, 3, 3, 3)
Dip_dn_io.c145 SYSCTL_NODE(_net_inet_ip, OID_AUTO, dummynet, CTLFLAG_RW, 0, "Dummynet");
147 static SYSCTL_NODE(_net_inet_ip, OID_AUTO, dummynet, CTLFLAG_RW, 0, "Dummynet");
Dip_dummynet.c106 dummynet(void *arg) in dummynet() function
119 callout_reset_sbt(&dn_timeout, tick_sbt, 0, dummynet, NULL, in dn_reschedule()
2741 DECLARE_MODULE(dummynet, dummynet_mod, DN_SI_SUB, DN_MODEV_ORD);
2742 MODULE_DEPEND(dummynet, ipfw, 3, 3, 3);
2743 MODULE_VERSION(dummynet, 3);
/freebsd-12-stable/tests/sys/netpfil/common/
Dutils.subr110 if ! kldstat -q -m dummynet; then
111 atf_skip "This test requires dummynet"
117 atf_skip "${firewall} does not support dummynet"
DMakefile8 dummynet \
/freebsd-12-stable/sys/modules/dummynet/
DMakefile4 KMOD= dummynet
/freebsd-12-stable/sbin/ipfw/
DMakefile11 SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c tables.c
/freebsd-12-stable/usr.sbin/bsdconfig/security/include/
Dsecurelevel.hlp34 cannot be changed and dummynet(4) or pf(4) configuration
/freebsd-12-stable/sys/modules/
DMakefile120 dummynet \
/freebsd-12-stable/share/man/man4/
DMakefile148 dummynet.4 \
/freebsd-12-stable/sys/conf/
Dfiles4490 netpfil/ipfw/dn_aqm_codel.c optional inet dummynet
4491 netpfil/ipfw/dn_aqm_pie.c optional inet dummynet
4492 netpfil/ipfw/dn_heap.c optional inet dummynet
4493 netpfil/ipfw/dn_sched_fifo.c optional inet dummynet
4494 netpfil/ipfw/dn_sched_fq_codel.c optional inet dummynet
4495 netpfil/ipfw/dn_sched_fq_pie.c optional inet dummynet
4496 netpfil/ipfw/dn_sched_prio.c optional inet dummynet
4497 netpfil/ipfw/dn_sched_qfq.c optional inet dummynet
4498 netpfil/ipfw/dn_sched_rr.c optional inet dummynet
4499 netpfil/ipfw/dn_sched_wf2q.c optional inet dummynet
[all …]
DNOTES1045 # DUMMYNET enables the "dummynet" bandwidth limiter. You need IPFIREWALL
1046 # as well. See dummynet(4) and ipfw(8) for more info. When you run