Home | History | Annotate | Download | only in net

Lines Matching defs:bytes

144 			"small: %zu bytes!\n", len);
291 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1);
457 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, got);
483 static void __v3_test_block_len(struct block_desc *pbd, uint32_t bytes, int block_num)
485 if (pbd->h1.num_pkts && bytes != pbd->h1.blk_len) {
488 pbd->h1.num_pkts, bytes, pbd->h1.blk_len);
506 unsigned long bytes = 0, bytes_with_padding = ALIGN_8(sizeof(*pbd));
515 bytes += ppd->tp_snaplen;
532 total_bytes += bytes;
580 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1);