Searched refs:to_buff_len (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | test_csum_diff.c | 10 unsigned int to_buff_len; member 24 .to_buff_len = 8, 35 .to_buff_len = 16, 46 .to_buff_len = 15, 140 .to_buff_len = 0, 151 .to_buff_len = 0, 162 .to_buff_len = 0, 239 .to_buff_len = 0, 256 .to_buff_len = 8, 268 .to_buff_len = 7, [all …]
|
| /tools/testing/selftests/bpf/progs/ |
| A D | csum_diff_test.c | 12 const volatile unsigned int to_buff_len = 0; variable 24 int to_len_half = to_buff_len / 2; in compute_checksum() 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 5 milliseconds