Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_io.c188 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, io_fast,
189 CTLFLAG_RW, DC(io_fast), 0, "Enable fast dummynet io.");
937 si->credit = dn_cfg.io_fast ? p->bandwidth : 0; in dummynet_io()
H A Dip_dn_private.h121 int io_fast; member
H A Dip_dummynet.c608 si->credit = p->burst + (dn_cfg.io_fast ? p->bandwidth : 0); in si_reset_credit()