Home
last modified time | relevance | path

Searched refs:pkts (Results 1 – 12 of 12) sorted by relevance

/external/iproute2/doc/actions/
Difb-README93 Sent 252 bytes 3 pkts (dropped 0, overlimits 0)
97 Sent 252 bytes 3 pkts (dropped 0, overlimits 0)
101 Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
103 Sent 210 bytes 3 pkts (dropped 0, overlimits 0)
105 Sent 294 bytes 3 pkts (dropped 0, overlimits 0)
107 Sent 504 bytes 6 pkts (dropped 0, overlimits 0)
109 Sent 308 bytes 5 pkts (dropped 0, overlimits 0)
Dgact-usage44 Sent 1680 bytes 20 pkts (dropped 20, overlimits 0 )
61 Sent 1680 bytes 20 pkts (dropped 16, overlimits 0 )
77 Sent 1680 bytes 20 pkts (dropped 10, overlimits 0 )
Dactions-general219 Sent 188832 bytes 2248 pkts (dropped 0, overlimits 0)
222 Sent 188832 bytes 2248 pkts (dropped 0, overlimits 2122)
226 Sent 178248 bytes 2122 pkts (dropped 0, overlimits 0)
229 Sent 178248 bytes 2122 pkts (dropped 0, overlimits 1945)
233 Sent 163380 bytes 1945 pkts (dropped 0, overlimits 0)
236 Sent 163380 bytes 1945 pkts (dropped 0, overlimits 437)
/external/blktrace/btreplay/
Dbtrecord.c95 __u64 start_time, last_time, bunches, pkts; member
283 cur->pkts[cur->hdr.npkts++] = iop; // Struct copy in io_bunch_add()
599 struct io_pkt *p = stream->cur->pkts; in bunch_output_pkts()
635 stream->pkts += cur->hdr.npkts; in stream_flush()
700 stream->bunches = stream->pkts = 0; in stream_open()
733 .total_pkts = stream->pkts in stream_close()
746 (unsigned long long)stream->pkts, in stream_close()
748 (double)(stream->pkts) / (double)(stream->bunches)); in stream_close()
Dbtrecord.h60 struct io_pkt pkts[BT_MAX_PKTS]; member
Dbtreplay.c1134 result = read(tip->ifd, &bunch->pkts, count); in next_bunch()
1212 struct io_pkt *pkts, int ntodo) in iocbs_map() argument
1221 for (i = 0, pkt = pkts; i < ntodo; i++, pkt++) { in iocbs_map()
1263 iocbs_map(tip, list, &bunch->pkts[i], ntodo); in process_bunch()
/external/libvpx/vpx/internal/
Dvpx_codec_internal.h415 struct vpx_codec_cx_pkt pkts[1]; member
421 struct vpx_codec_cx_pkt pkts[n];} alloc;}
425 (m)->alloc.head.max = sizeof((m)->alloc.pkts) / sizeof((m)->alloc.pkts[0])
/external/blktrace/btreplay/doc/
Dbtreplay.tex149 \item[\texttt{--max-pkts}] A \emph{bunch} size can be anywhere from
208 \texttt{--max-pkts} option). One \emph{could} simply specify
209 \texttt{-max-pkts=1} and then each IO would be treated individually. Of
253 [ -M <pkts> : --max-pkts=<pkts> ] Default: 8
314 \texttt{--max-pkts}\\Set Maximum Packets Per Bunch}
351 sdab:0: 580661 pkts (tot), 126030 pkts (replay), 89809 bunches, 1.4 pkts/bunch
352 sdab:1: 2559775 pkts (tot), 430172 pkts (replay), 293029 bunches, 1.5 pkts/bunch
353 sdab:2: 653559 pkts (tot), 136522 pkts (replay), 102288 bunches, 1.3 pkts/bunch
354 sdab:3: 474773 pkts (tot), 117849 pkts (replay), 69572 bunches, 1.7 pkts/bunch
/external/iproute2/ip/
Dipmroute.c90 unsigned pkts, b, w; in read_mroute_list() local
100 &pkts, &b, &w, oiflist) < 6) in read_mroute_list()
152 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b); in read_mroute_list()
/external/libvpx/vpx/src/
Dvpx_encoder.c286 list->pkts[list->cnt++] = *pkt; in vpx_codec_pkt_list_add()
301 *iter = list->pkts; in vpx_codec_pkt_list_get()
306 if ((size_t)(pkt - list->pkts) < list->cnt) in vpx_codec_pkt_list_get()
/external/bluetooth/bluez/lib/bluetooth/
Dhci.h2120 uint32_t pkts; member
/external/bluetooth/bluez/tools/
Dhcitool.c110 addr, ci->handle, ci->state, str, ci->mtu, ci->cnt, ci->pkts); in conn_list()