Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
Dpsock_tpacket.c76 #define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1)) macro
504 unsigned long bytes = 0, bytes_with_padding = ALIGN_8(sizeof(*pbd)); in __v3_walk_block()
518 bytes_with_padding += ALIGN_8(ppd->tp_snaplen + ppd->tp_mac); in __v3_walk_block()