Searched refs:io_fast (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h121 int io_fast; member in struct:dn_parms
H A Dip_dn_io.c171 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, io_fast,
172 CTLFLAG_RW, DC(io_fast), 0, "Enable fast dummynet io.");
923 si->credit = V_dn_cfg.io_fast ? p->bandwidth : 0;
939 if (/*V_dn_cfg.io_fast &&*/ m == *m0 && (dir & PROTO_LAYER2) == 0 ) {
H A Dip_dummynet.c622 si->credit = p->burst + (V_dn_cfg.io_fast ? p->bandwidth : 0);

Completed in 104 milliseconds