Searched refs:len_bytes (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/crypto/openssh/
H A Dsshbuf-getput-crypto.c53 size_t len_bytes; local
59 len_bytes = (len_bits + 7) >> 3;
60 if (len_bytes > SSHBUF_MAX_BIGNUM)
62 if (sshbuf_len(buf) < 2 + len_bytes)
64 if (v != NULL && BN_bin2bn(d + 2, len_bytes, v) == NULL)
66 if (sshbuf_consume(buf, 2 + len_bytes) != 0) {
172 size_t len_bytes = (len_bits + 7) / 8; local
175 if (len_bits < 0 || len_bytes > SSHBUF_MAX_BIGNUM)
177 if (BN_bn2bin(v, d) != (int)len_bytes)
179 if ((r = sshbuf_reserve(buf, len_bytes
[all...]
/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h59 uint32_t len_bytes; /* Queue length, in bytes */ member in struct:flow_stats
116 si->main_q.ni.len_bytes += len;
120 q->stats.len_bytes += len;
124 si->_si.ni.len_bytes += len;
H A Ddn_aqm.h143 qni->len_bytes += len;
147 sni->len_bytes += len;
H A Ddn_sched.h186 q->ni.len_bytes -= m->m_pkthdr.len;
189 q->_si->ni.len_bytes -= m->m_pkthdr.len;
H A Ddn_sched_prio.c190 oldq->ni.len_bytes += q->ni.len_bytes;
191 q->ni.len_bytes = 0;
H A Ddn_sched_fq_pie.c106 uint32_t len_bytes; /* Queue length, in bytes */ member in struct:flow_stats
311 si->main_q.ni.len_bytes += len;
315 q->stats.len_bytes += len;
319 si->_si.ni.len_bytes += len;
394 pst->current_qdelay = ((uint64_t)q->stats.len_bytes * pst->avg_dq_time)
397 if (!q->stats.len_bytes)
670 q->stats.len_bytes >= PIE_DQ_THRESHOLD) {
705 && drop_early(pst, q->stats.len_bytes) == DROP) {
719 if (!(pst->sflags & PIE_ACTIVE) && q->stats.len_bytes >=
729 if (pprms->flags & PIE_ON_OFF_MODE_ENABLED && q->stats.len_bytes<
[all...]
H A Ddn_aqm_codel.h116 if (sojourn_time < cprms->target || q->ni.len_bytes <= cst->maxpkt_size) {
H A Ddn_sched_fq_codel_helper.h83 if (sojourn_time < schk->cfg.ccfg.target || q->stats.len_bytes <= q->cst.maxpkt_size) {
H A Ddn_aqm_pie.c219 pst->current_qdelay = ((uint64_t)pst->pq->ni.len_bytes *
222 if (!pst->pq->ni.len_bytes)
458 q->ni.len_bytes >= PIE_DQ_THRESHOLD) {
502 q->ni.len_bytes : q->ni.length;
509 && drop_early(pst, q->ni.len_bytes) == DROP) {
H A Dip_dn_glue.c141 u_int len_bytes ; member in struct:dn_flow_queue7
206 u_int len_bytes ; member in struct:dn_flow_queue8
592 fq7->len_bytes = ni->len_bytes;
H A Dip_dn_io.c329 q->ni.len_bytes : q->ni.length;
509 if (q->ni.len_bytes > f->qsize)
516 q->ni.len_bytes += len;
518 ni->len_bytes += len;
H A Ddn_aqm_codel.c243 if ( q->ni.len_bytes > f->qsize)
/freebsd-12-stable/sys/netinet/
H A Dip_dummynet.h187 uint32_t len_bytes; /* Queue length, in bytes */ member in struct:dn_flow
/freebsd-12-stable/sys/netpfil/ipfw/test/
H A Ddn_test.h111 uint32_t len_bytes; /* Queue length, in bytes */ member in struct:dn_flow
/freebsd-12-stable/sbin/ipfw/
H A Ddummynet.c372 res = a->len_bytes - b->len_bytes;
467 ni->length, ni->len_bytes, ni->drops);

Completed in 189 milliseconds