Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
A Dtest_csum_diff.c21 .to_buff = {
31 .to_buff = {
42 .to_buff = {
57 .to_buff = {
139 .to_buff = {},
150 .to_buff = {},
253 .to_buff = {
265 .to_buff = {
281 .to_buff = {
293 .to_buff = {
[all …]
/tools/testing/selftests/bpf/progs/
A Dcsum_diff_test.c11 char to_buff[BUFF_SZ]; variable
30 (void *)to_buff, to_buff_len, seed); in compute_checksum()
34 (void *)to_buff, to_buff_len - to_len_half, seed); in compute_checksum()
37 (void *)to_buff + (to_buff_len - to_len_half), to_len_half, result); in compute_checksum()

Completed in 4 milliseconds