| /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 | ip_dn_io.c | 74 SDT_PROVIDER_DEFINE(dummynet); 75 SDT_PROBE_DEFINE2(dummynet, , , drop, "struct mbuf *", "struct dn_queue *"); 148 SYSCTL_NODE(_net_inet_ip, OID_AUTO, dummynet, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, 151 static SYSCTL_NODE(_net_inet_ip, OID_AUTO, dummynet, 552 SDT_PROBE2(dummynet, , , drop, m, q); in dn_enqueue() 1009 SDT_PROBE2(dummynet, , , drop, m, q); in dummynet_io()
|
| 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_dummynet.c | 103 dummynet(void *arg) in dummynet() function 128 callout_reset_sbt(&dn_timeout, tick_sbt, 0, dummynet, NULL, in dn_reschedule() 2709 DECLARE_MODULE(dummynet, dummynet_mod, DN_SI_SUB, DN_MODEV_ORD); 2710 MODULE_VERSION(dummynet, 3);
|
| /freebsd/tests/sys/netpfil/common/ |
| H A D | utils.subr | 115 if ! kldstat -q -m dummynet; then 116 atf_skip "This test requires dummynet" 124 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/packages/ipfw/ |
| H A D | ipfw.ucl | 24 for both IPv6 and IPv4, and integrates with the dummynet(4) traffic shaping
|
| /freebsd/packages/pf/ |
| H A D | pf.ucl | 26 altq(9) or dummynet(4). This version of pf also supports basic layer 2
|
| /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 | ether.sh | 408 if ! kldstat -q -m dummynet; then
|
| H A D | divert-to.sh | 363 atf_set require.kmods dummynet ipdivert
|
| /freebsd/contrib/libpcap/ |
| H A D | grammar.y.in | 277 { PFRES_DUMMYNET, "dummynet" }, 316 { PF_DUMMYNET, "dummynet" },
|
| /freebsd/sys/modules/ |
| H A D | Makefile | 106 dummynet \
|
| /freebsd/share/man/man4/ |
| H A D | Makefile | 153 dummynet.4 \
|
| /freebsd/sys/conf/ |
| H A D | files | 4578 netpfil/ipfw/dn_aqm_codel.c optional inet dummynet 4579 netpfil/ipfw/dn_aqm_pie.c optional inet dummynet 4580 netpfil/ipfw/dn_heap.c optional inet dummynet 4581 netpfil/ipfw/dn_sched_fifo.c optional inet dummynet 4582 netpfil/ipfw/dn_sched_fq_codel.c optional inet dummynet 4583 netpfil/ipfw/dn_sched_fq_pie.c optional inet dummynet 4584 netpfil/ipfw/dn_sched_prio.c optional inet dummynet 4585 netpfil/ipfw/dn_sched_qfq.c optional inet dummynet 4586 netpfil/ipfw/dn_sched_rr.c optional inet dummynet 4587 netpfil/ipfw/dn_sched_wf2q.c optional inet dummynet [all …]
|
| H A D | NOTES | 1082 # DUMMYNET enables the "dummynet" bandwidth limiter. You need IPFIREWALL 1083 # as well. See dummynet(4) and ipfw(8) for more info. When you run
|
| /freebsd/ |
| H A D | UPDATING | 945 As of commit 8160a0f62be6, the dummynet module no longer depends on the
|