Home
last modified time | relevance | path

Searched refs:drops (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h71 u_int32_t drops; /* number if dropped items */ member
82 (q)->drops = 0; \
96 #define NG_BT_MBUFQ_DROP(q) (q)->drops ++
157 u_int32_t drops; /* number if dropped items */ member
167 (q)->drops = 0; \
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h55 uint32_t drops; member
102 si->main_q.ni.drops ++; in fq_update_stats()
103 q->stats.drops ++; in fq_update_stats()
104 si->_si.ni.drops ++; in fq_update_stats()
H A Ddn_aqm.h135 qni->drops++; in update_stats()
136 sni->drops++; in update_stats()
H A Dip_dn_glue.c146 u_int32_t drops ; member
211 u_int32_t drops ; member
599 fq7->drops = ni->drops; in dn_c_copy_q()
604 fq8->drops = ni->drops; in dn_c_copy_q()
H A Ddn_sched_fq_pie.c101 uint32_t drops; member
297 si->main_q.ni.drops ++; in fq_update_stats()
298 q->stats.drops ++; in fq_update_stats()
299 si->_si.ni.drops ++; in fq_update_stats()
/freebsd/sys/netgraph/
H A Dng_vlan_rotate.c149 counter_u64_t drops, excessive, incomplete; member
176 vrp->stats.drops = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor()
271 p->drops = counter_u64_fetch(vrp->stats.drops); in ng_vlanrotate_rcvmsg()
283 counter_u64_zero(vrp->stats.drops); in ng_vlanrotate_rcvmsg()
454 counter_u64_add(vrp->stats.drops, 1); in ng_vlanrotate_rcvdata()
473 counter_u64_free(vrp->stats.drops); in ng_vlanrotate_shutdown()
H A Dng_vlan_rotate.h52 uint64_t drops, excessive, incomplete; member
/freebsd/sys/net/
H A Dmp_ring.c269 r->drops = counter_u64_alloc(flags); in ifmp_ring_alloc()
274 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL || in ifmp_ring_alloc()
297 if (r->drops != NULL) in ifmp_ring_free()
298 counter_u64_free(r->drops); in ifmp_ring_free()
334 counter_u64_add(r->drops, n); in ifmp_ring_enqueue()
409 counter_u64_add(r->drops, n); in ifmp_ring_enqueue()
515 counter_u64_zero(r->drops); in ifmp_ring_reset_stats()
H A Dmp_ring.h54 counter_u64_t drops; member
/freebsd/share/examples/pf/
H A Dackpri10 # upload saturates the uplink, download drops to 7 kB/s. With the
11 # priority queue below, download drops only to 48 kB/s.
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-access-ok-type.m42 dnl # Linux 5.0: access_ok() drops 'type' parameter:
/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c67 q->ni.drops++; in dn_enqueue()
H A Ddn_test.h110 uint32_t drops; member
/freebsd/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile17 drops \
/freebsd/contrib/tcpdump/
H A Dprint-sflow.c100 nd_uint32_t drops; member
113 nd_uint32_t drops; member
774 GET_BE_U_4(sflow_flow_sample->drops), in sflow_print_flow_sample()
804 GET_BE_U_4(sflow_expanded_flow_sample->drops), in sflow_print_expanded_flow_sample()
/freebsd/sys/netinet/
H A Dip_dummynet.h187 uint32_t drops; member
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq2415x.txt26 constant-voltage phase drops below this value (in mA).
H A Drt9455_charger.txt12 When the current in constant-voltage phase drops
H A Dbq24257.txt14 constant-voltage phase drops below this value (in uA).
H A Dbq25890.txt17 constant-voltage phase drops below this value (in uA);
/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.h219 unsigned long drops; member
H A Dsfxge_tx.c135 SFXGE_TX_STAT(tx_drops, drops),
525 ++txq->drops; in sfxge_tx_queue_mbuf()
1967 uint64_t drops = 0; in sfxge_tx_get_drops() local
1978 drops += txq->drops + txq->get_overflow + in sfxge_tx_get_drops()
1983 return (drops); in sfxge_tx_get_drops()
/freebsd/stand/ficl/softwords/
H A Dsoftcore.fr153 \ PREVIOUS drops the search order stack
171 \ FORTH drops the top of the search stack and pushes FORTH-WORDLIST
/freebsd/contrib/ntp/html/hints/
H A Dsgi37 the amplitude drops to 0.5msec (surprise!). This may be a consequence
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_wtp.c569 wtp->tp_mps.drops = drop; in t5_wtp_data()
588 wtp->mps_xgm.drops = (drop & 0xFF); in t5_wtp_data()
773 wtp->mps_tp.drops = drop; in t5_wtp_data()
1154 wtp->mps_tp.drops = drop; in t6_wtp_data()

12345