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

12

/freebsd-10.0-release/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h70 u_int32_t drops; /* number if dropped items */ member in struct:ng_bt_mbufq
81 (q)->drops = 0; \
95 #define NG_BT_MBUFQ_DROP(q) (q)->drops ++
156 u_int32_t drops; /* number if dropped items */ member in struct:ng_bt_itemq
166 (q)->drops = 0; \
/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c62 q->ni.drops++;
H A Ddn_test.h84 int drops; member in struct:dn_flow
/freebsd-10.0-release/sys/dev/sfxge/
H A Dsfxge_tx.h161 unsigned long drops; member in struct:sfxge_txq
H A Dsfxge_tx.c338 ++txq->drops;
420 * NOTE: drops the txq mutex!
1392 SFXGE_TX_STAT(tx_drops, drops),
/freebsd-10.0-release/sys/netinet/
H A Dip_dummynet.h176 uint32_t drops; member in struct:dn_flow
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.computer15 01/08 Justice Dept. drops IBM suit, 1982
18 01/17 Justice Dept. begins IBM anti-trust suit, 1969 (drops it, January 8, 1982)
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-sflow.c97 u_int8_t drops[4]; member in struct:sflow_flow_sample_t
110 u_int8_t drops[4]; member in struct:sflow_expanded_flow_sample_t
767 printf(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, input %u output %u records %u",
773 EXTRACT_32BITS(sflow_flow_sample->drops),
797 printf(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, records %u",
803 EXTRACT_32BITS(sflow_expanded_flow_sample->drops),
H A Dconfig.sub1306 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_dn_glue.c84 #define DNOLD_NOERROR 0x0010 /* do not report ENOBUFS on drops */
142 u_int32_t drops ; member in struct:dn_flow_queue7
208 u_int32_t drops ; member in struct:dn_flow_queue8
594 fq7->drops = ni->drops;
599 fq8->drops = ni->drops;
H A Dip_dn_io.c434 q->ni.drops++;
435 ni->drops++;
/freebsd-10.0-release/usr.bin/netstat/
H A Dif.c228 int drops; local
312 drops = ifnet.if_snd.ifq_drops;
460 show_stat("LSd", 4, drops, link_layer);
538 u_long ift_id; /* input drops */
542 u_int ift_dr; /* drops */
628 printf(" %5.5s", "drops");
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c2020 uint64_t drops; local
2467 if ((drops = buf->dtbd_drops) == 0)
2471 * Explicitly zero the drops to prevent us from processing them again.
2475 return (dt_handle_cpudrop(dtp, cpu, DTRACEDROP_PRINCIPAL, drops));
2911 uint64_t *drops = alloca(max_ncpus * sizeof (uint64_t)); local
2916 bzero(drops, max_ncpus * sizeof (uint64_t));
2938 drops[i] = buf->dtbd_drops;
2975 /* Consume drops. */
2977 if (drops[i] != 0) {
2979 DTRACEDROP_PRINCIPAL, drops[
[all...]
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_tx.c1590 * in many, many frame drops.
4492 int drops = 0; local
4521 drops++;
4546 if (drops) {
4642 int drops = 0; local
4709 drops++;
4724 if (drops)
4863 drops++;
4899 if (drops) {
4967 int drops local
[all...]
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dcommon.h132 u64 rx_ovflow0; /* drops due to buffer-group 0 overflows */
133 u64 rx_ovflow1; /* drops due to buffer-group 1 overflows */
134 u64 rx_ovflow2; /* drops due to buffer-group 2 overflows */
135 u64 rx_ovflow3; /* drops due to buffer-group 3 overflows */
179 u32 drops; member in struct:tp_usm_stats
/freebsd-10.0-release/sbin/ipfw/
H A Ddummynet.c218 ni->length, ni->len_bytes, ni->drops);
/freebsd-10.0-release/sys/dev/cxgb/
H A Dcxgb_main.c2343 int drops, j; local
2361 drops = 0;
2363 drops += sc->sge.qs[j].txq[TXQ_ETH].txq_mr->br_drops;
2364 ifp->if_snd.ifq_drops = drops;
/freebsd-10.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c146 &ng_btsocket_l2cap_raw_queue.drops, 0,
147 "Bluetooth raw L2CAP sockets input queue drops");
H A Dng_btsocket_hci_raw.c141 &ng_btsocket_hci_raw_queue.drops, 0,
142 "Bluetooth raw HCI sockets input queue drops");
/freebsd-10.0-release/contrib/binutils/
H A Dconfig.sub1229 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
/freebsd-10.0-release/contrib/libpcap/
H A Dconfig.sub1306 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-10.0-release/contrib/libyaml/config/
H A Dconfig.sub1312 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-10.0-release/contrib/ncurses/
H A Dconfig.sub1273 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
/freebsd-10.0-release/contrib/tcsh/
H A Dconfig.sub1306 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-10.0-release/crypto/heimdal/
H A Dconfig.sub1305 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)

Completed in 424 milliseconds

12