Searched refs:dummynet (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | dummynet.txt | 4 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 D | dn_aqm.h | 160 MODULE_DEPEND(name, dummynet, 3, 3, 3)
|
H A D | dn_sched.h | 210 MODULE_DEPEND(name, dummynet, 3, 3, 3)
|
H A D | ip_dn_io.c | 144 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 D | ip_dummynet.c | 103 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 D | utils.subr | 112 if ! kldstat -q -m dummynet; then 113 atf_skip "This test requires dummynet" 121 atf_skip "${firewall} does not support dummynet"
|
H A D | Makefile | 8 dummynet \
|
/freebsd/sys/modules/dummynet/ |
H A D | Makefile | 2 KMOD= dummynet
|
/freebsd/sbin/ipfw/ |
H A D | Makefile | 9 SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c tables.c
|
/freebsd/usr.sbin/bsdconfig/security/include/ |
H A D | securelevel.hlp | 34 cannot be changed and dummynet(4) or pf(4) configuration
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | utils.subr | 106 if ! kldstat -q -m dummynet; then 107 atf_skip "This test requires dummynet"
|
H A D | divert-to.sh | 72 if ! kldstat -q -m dummynet; then
|
H A D | ether.sh | 405 if ! kldstat -q -m dummynet; then
|
/freebsd/sys/modules/ |
H A D | Makefile | 104 dummynet \
|
/freebsd/contrib/libpcap/ |
H A D | grammar.y.in | 290 { PFRES_DUMMYNET, "dummynet" }, 329 { PF_DUMMYNET, "dummynet" },
|
/freebsd/share/man/man4/ |
H A D | Makefile | 144 dummynet.4 \
|
/freebsd/sys/conf/ |
H A D | files | 4511 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 D | NOTES | 1083 # 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 D | UPDATING | 458 As of commit 8160a0f62be6, the dummynet module no longer depends on the
|