Home
last modified time | relevance | path

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

12

/freebsd/sys/netpfil/ipfw/
H A Ddn_aqm_codel.h67 uint16_t dropping; /* dropping state */ member
145 if (cst->dropping) { in codel_dequeue()
148 cst->dropping = false; in codel_dequeue()
157 while (now >= cst->drop_next_time && cst->dropping) { in codel_dequeue()
174 cst->dropping = false; in codel_dequeue()
196 cst->dropping = true; in codel_dequeue()
H A Ddn_sched_fq_codel_helper.h113 if (cst->dropping) { in fqc_codel_dequeue()
116 cst->dropping = false; in fqc_codel_dequeue()
125 while (now >= cst->drop_next_time && cst->dropping) { in fqc_codel_dequeue()
141 cst->dropping = false; in fqc_codel_dequeue()
162 cst->dropping = true; in fqc_codel_dequeue()
H A Ddn_aqm_codel.c309 cst->dropping=0; in aqm_codel_init()
H A Ddn_sched_fq_codel.c319 si->flows[idx].cst.dropping = false; in fq_codel_enqueue()
/freebsd/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.h94 int dropping; member
/freebsd/sys/contrib/openzfs/module/zstd/
H A DREADME.md6 dropping any unneeded files, and combined into a single file, but otherwise is
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve_defs.td435 // PNT_Type: the usual case, in which the polymorphic name is made by dropping
440 // PNT_2Type: the polymorphic name is made by dropping _two_ type suffixes.
444 // PNT_NType: the polymorphic name is made by dropping an "_n" suffix and a
448 // PNT_NType: the polymorphic name is made by just dropping an "_n" suffix
452 // PNT_WBType: the polymorphic name is made by dropping an "_wb" suffix and a
456 // PNT_WB: the polymorphic name is made by just dropping "_wb". E.g.
/freebsd/contrib/libfido2/
H A DNEWS192 ** dropping sk-libfido2 middleware, please find it in the openssh tree.
/freebsd/stand/forth/
H A Dcheck-password.4th160 \ We should prevent the user from visiting the menu or dropping to the
/freebsd/share/examples/ppp/
H A Dppp.conf.span-isp94 # because relying on our LQR strategy (dropping the link after 5 missing
/freebsd/contrib/tcpdump/
H A Dcmakeconfig.h.in261 /* define if should chroot when dropping privileges */
H A Dconfig.h.in260 /* define if should chroot when dropping privileges */
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 Dconfigure.ac223 [when dropping privileges, chroot to DIRECTORY]
233 [define if should chroot when dropping privileges])
H A DCMakeLists.txt311 "Directory to which to chroot when dropping privileges")
313 "User to whom to set the UID when dropping privileges")
/freebsd/contrib/kyua/
H A DNEWS.md90 dropping privileges (as they may later be unable to use absolute paths
199 * Issue #109: Changed the privilege dropping code to start properly
200 dropping group privileges when `unprivileged_user` is set. Also fixes
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def364 // Truncate a vector type by dropping elements from the end (HLSL only).
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch11 +This forces the dropping of all AAAA records, unless in the case of
/freebsd/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/contrib/sendmail/
H A DREADME376 as many sites have adopted the practice of dropping IDENT queries.
/freebsd/contrib/tcp_wrappers/
H A DCHANGES166 dropping clients. Like showing a banner that explains the problem.
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-cheza.dtsi787 * around this by dropping the "qcom,adreno-smmu" compat string.
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc680 The time to wait after dropping DTR to the given number.

12