Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_varlen.c20 __u64 total1 = 0; variable
65 total1 = payload - (void *)payload1; in handler64_unsigned()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dvarlen.c45 CHECK_VAL(bss->total1, size1 + size2); in test_varlen()