Home
last modified time | relevance | path

Searched refs:dropping (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-12.1/sys/netpfil/ipfw/
H A Ddn_aqm_codel.h70 uint16_t dropping; /* dropping state */ member
148 if (cst->dropping) { in codel_dequeue()
151 cst->dropping = false; in codel_dequeue()
160 while (now >= cst->drop_next_time && cst->dropping) { in codel_dequeue()
178 cst->dropping = false; in codel_dequeue()
201 cst->dropping = true; in codel_dequeue()
H A Ddn_sched_fq_codel_helper.h115 if (cst->dropping) { in fqc_codel_dequeue()
118 cst->dropping = false; in fqc_codel_dequeue()
127 while (now >= cst->drop_next_time && cst->dropping) { in fqc_codel_dequeue()
144 cst->dropping = false; in fqc_codel_dequeue()
166 cst->dropping = true; in fqc_codel_dequeue()
H A Ddn_aqm_codel.c305 cst->dropping=0; in aqm_codel_init()
H A Ddn_sched_fq_codel.c320 si->flows[idx].cst.dropping = false; in fq_codel_enqueue()
/freebsd-12.1/sys/net/altq/
H A Daltq_codel.c397 c->vars.dropping = 0; in codel_getq()
403 if (c->vars.dropping) { in codel_getq()
406 c->vars.dropping = 0; in codel_getq()
416 while (c->vars.dropping && in codel_getq()
428 c->vars.dropping = 0; in codel_getq()
445 c->vars.dropping = 1; in codel_getq()
H A Daltq_codel.h96 int dropping; member
/freebsd-12.1/stand/forth/
H A Dcheck-password.4th161 \ We should prevent the user from visiting the menu or dropping to the
/freebsd-12.1/share/examples/ppp/
H A Dppp.conf.span-isp95 # because relying on our LQR strategy (dropping the link after 5 missing
/freebsd-12.1/contrib/tcpdump/
H A Dconfigure.in196 AC_ARG_WITH(chroot, [ --with-chroot=DIRECTORY when dropping privileges, chroot to DIRECTORY])
200 [define if should chroot when dropping privileges])
H A Dconfig.h.in307 /* define if should chroot when dropping privileges */
/freebsd-12.1/usr.sbin/ntp/ntpd/
H A Dleap-seconds86 # of dropping seconds ("negative" leap seconds), this has
/freebsd-12.1/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch11 +This forces the dropping of all AAAA records, unless in the case of
/freebsd-12.1/contrib/tzdata/
H A Dleap-seconds.list86 # of dropping seconds ("negative" leap seconds), this has
/freebsd-12.1/crypto/heimdal/
H A DChangeLog128 avoid dropping other defines for the library.
H A DChangeLog.20011013 to make sure of not dropping data when doing it over a socket.
/freebsd-12.1/contrib/sendmail/
H A DREADME371 as many sites have adopted the practice of dropping IDENT queries.
/freebsd-12.1/contrib/tcp_wrappers/
H A DCHANGES166 dropping clients. Like showing a banner that explains the problem.
H A DREADME446 denying service: instead of simply dropping the connection a polite
/freebsd-12.1/tools/tools/sysdoc/
H A Dtunables.mdoc681 The time to wait after dropping DTR to the given number.
/freebsd-12.1/contrib/ldns/
H A DChangelog299 fragments dropping firewalls.
/freebsd-12.1/contrib/unbound/doc/
H A Dexample.conf.in287 # written just prior to performing the chroot and dropping permissions.
/freebsd-12.1/share/examples/ipfilter/
H A Dipf-howto.txt743 Of course, dropping all ICMP isn't really an ideal sit-
2937 Instead of dropping them, let's consider passing them on to
/freebsd-12.1/contrib/wpa/hostapd/
H A DChangeLog775 authenticate or (re)associate request frames dropping association)
/freebsd-12.1/contrib/ipfilter/
H A DHISTORY54 3542974 reason for dropping packet is lost
/freebsd-12.1/contrib/jemalloc/
H A DChangeLog1119 - Fix large calloc() zeroing bugs due to dropping chunk map unzeroed flags.

12