bpf/tests: Use struct_size()
authorSu Hui <suhui@nfschina.com>
Wed, 31 May 2023 04:32:51 +0000 (12:32 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 31 May 2023 10:58:38 +0000 (12:58 +0200)
commit0d2da4b595d03009db7dfb5ebf01c547b89b0ad8
treeff77a2a811a44c72b5cd0df9552809620a098eb4
parente38096d95f4d7e8cc15280b4a3515eee31925561
bpf/tests: Use struct_size()

Use struct_size() instead of hand writing it. This is less verbose and
more informative.

Signed-off-by: Su Hui <suhui@nfschina.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20230531043251.989312-1-suhui@nfschina.com
lib/test_bpf.c