Lines Matching defs:bytes
130 "small: %zu bytes!\n", len);
276 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1);
497 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, got);
523 static void __v3_test_block_len(struct block_desc *pbd, uint32_t bytes, int block_num)
525 if (pbd->h1.num_pkts && bytes != pbd->h1.blk_len) {
528 pbd->h1.num_pkts, bytes, pbd->h1.blk_len);
546 unsigned long bytes = 0, bytes_with_padding = ALIGN_8(sizeof(*pbd));
555 bytes += ppd->tp_snaplen;
572 total_bytes += bytes;
619 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1);