Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
A Dtest_csum_diff.c25 .from_buff = {},
36 .from_buff = {},
47 .from_buff = {},
135 .from_buff = {
145 .from_buff = {
156 .from_buff = {
171 .from_buff = {
249 .from_buff = {
261 .from_buff = {
277 .from_buff = {
[all …]
/tools/testing/selftests/bpf/progs/
A Dcsum_diff_test.c13 char from_buff[BUFF_SZ]; variable
29 result2 = bpf_csum_diff((void *)from_buff, from_buff_len, in compute_checksum()
33 result = bpf_csum_diff((void *)from_buff, from_buff_len - from_len_half, in compute_checksum()
36 result = bpf_csum_diff((void *)from_buff + (from_buff_len - from_len_half), from_len_half, in compute_checksum()

Completed in 12 milliseconds