bytes_with_padding  546 tools/testing/selftests/net/psock_tpacket.c 	unsigned long bytes = 0, bytes_with_padding = ALIGN_8(sizeof(*pbd));
bytes_with_padding  558 tools/testing/selftests/net/psock_tpacket.c 			bytes_with_padding += ppd->tp_next_offset;
bytes_with_padding  560 tools/testing/selftests/net/psock_tpacket.c 			bytes_with_padding += ALIGN_8(ppd->tp_snaplen + ppd->tp_mac);
bytes_with_padding  571 tools/testing/selftests/net/psock_tpacket.c 	__v3_test_block_len(pbd, bytes_with_padding, block_num);