Searched refs:drops (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-12-stable/sys/netgraph/
H A Dng_vlan_rotate.h54 uint64_t drops, excessive, incomplete; member in struct:ng_vlanrotate_stat
H A Dng_vlan_rotate.c84 {"drops", &ng_parse_uint64_type},
151 counter_u64_t drops, excessive, incomplete; member in struct:ng_vlanrotate_kernel_stats
178 vrp->stats.drops = counter_u64_alloc(M_WAITOK);
273 p->drops = counter_u64_fetch(vrp->stats.drops);
285 counter_u64_zero(vrp->stats.drops);
456 counter_u64_add(vrp->stats.drops, 1);
475 counter_u64_free(vrp->stats.drops);
/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h60 uint32_t drops; member in struct:flow_stats
107 si->main_q.ni.drops ++;
108 q->stats.drops ++;
109 si->_si.ni.drops ++;
H A Ddn_aqm.h137 qni->drops++;
138 sni->drops++;
H A Dip_dn_glue.c89 #define DNOLD_NOERROR 0x0010 /* do not report ENOBUFS on drops */
147 u_int32_t drops ; member in struct:dn_flow_queue7
213 u_int32_t drops ; member in struct:dn_flow_queue8
599 fq7->drops = ni->drops;
604 fq8->drops = ni->drops;
H A Ddn_sched_fq_pie.c107 uint32_t drops; member in struct:flow_stats
302 si->main_q.ni.drops ++;
303 q->stats.drops ++;
304 si->_si.ni.drops ++;
H A Dip_dn_io.c523 q->ni.drops++;
524 ni->drops++;
/freebsd-12-stable/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h72 u_int32_t drops; /* number if dropped items */ member in struct:ng_bt_mbufq
83 (q)->drops = 0; \
97 #define NG_BT_MBUFQ_DROP(q) (q)->drops ++
158 u_int32_t drops; /* number if dropped items */ member in struct:ng_bt_itemq
168 (q)->drops = 0; \
/freebsd-12-stable/sys/net/
H A Dmp_ring.h56 counter_u64_t drops; member in struct:ifmp_ring
H A Dmp_ring.c274 r->drops = counter_u64_alloc(flags);
279 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL ||
302 if (r->drops != NULL)
303 counter_u64_free(r->drops);
339 counter_u64_add(r->drops, n);
414 counter_u64_add(r->drops, n);
522 counter_u64_zero(r->drops);
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile19 drops \
/freebsd-12-stable/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c68 q->ni.drops++;
H A Ddn_test.h112 uint32_t drops; member in struct:dn_flow
/freebsd-12-stable/sys/netinet/
H A Dip_dummynet.h188 uint32_t drops; member in struct:dn_flow
/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_tx.h223 unsigned long drops; member in struct:sfxge_txq
H A Dsfxge_tx.c139 SFXGE_TX_STAT(tx_drops, drops),
530 ++txq->drops;
621 * NOTE: drops the txq mutex!
1981 uint64_t drops = 0; local
1992 drops += txq->drops + txq->get_overflow +
1997 return (drops);
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-sflow.c90 uint8_t drops[4]; member in struct:sflow_flow_sample_t
103 uint8_t drops[4]; member in struct:sflow_expanded_flow_sample_t
818 ND_PRINT((ndo, " seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, input %u output %u records %u",
824 EXTRACT_32BITS(sflow_flow_sample->drops),
852 ND_PRINT((ndo, " seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, records %u",
858 EXTRACT_32BITS(sflow_expanded_flow_sample->drops),
H A Dconfig.sub1377 | skyos* | haiku* | rdos* | toppers* | drops* | es* \
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c2116 uint64_t drops; local
2557 if ((drops = buf->dtbd_drops) == 0)
2561 * Explicitly zero the drops to prevent us from processing them again.
2565 return (dt_handle_cpudrop(dtp, cpu, DTRACEDROP_PRINCIPAL, drops));
3002 uint64_t *drops = alloca(max_ncpus * sizeof (uint64_t)); local
3007 bzero(drops, max_ncpus * sizeof (uint64_t));
3029 drops[i] = buf->dtbd_drops;
3066 /* Consume drops. */
3068 if (drops[i] != 0) {
3070 DTRACEDROP_PRINCIPAL, drops[
[all...]
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_tx.c1579 * in many, many frame drops.
4680 int drops = 0; local
4707 drops++;
4732 if (drops) {
4839 int drops = 0; local
4909 drops++;
4924 if (drops)
5067 drops++;
5104 if (drops) {
5172 int drops local
[all...]
/freebsd-12-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_wtp.c572 wtp->tp_mps.drops = drop;
591 wtp->mps_xgm.drops = (drop & 0xFF);
653 /* Add up the overflow drops on all 4 ports.*/
776 wtp->mps_tp.drops = drop;
1157 wtp->mps_tp.drops = drop;
1190 /* Add up the overflow drops on all 4 ports.*/
/freebsd-12-stable/contrib/file/
H A Dconfig.sub1366 | skyos* | haiku* | rdos* | toppers* | drops* | es* \
/freebsd-12-stable/contrib/unbound/
H A Dconfig.sub1725 | skyos* | haiku* | rdos* | toppers* | drops* | es* \
/freebsd-12-stable/contrib/libpcap/
H A Dconfig.sub1377 | skyos* | haiku* | rdos* | toppers* | drops* | es* \
/freebsd-12-stable/targets/pseudo/tests/
H A DMakefile.depend55 cddl/usr.sbin/dtrace/tests/common/drops \

Completed in 374 milliseconds

12