Searched refs:end_push (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h240 int *start, *end, *start_push, *end_push, *start_pop, *pop, err = 0; local
253 end_push = bpf_map_lookup_elem(&sock_bytes, &three);
254 if (start_push && end_push) {
255 err = bpf_msg_push_data(msg, *start_push, *end_push, 0);
270 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop, *f; local
287 end_push = bpf_map_lookup_elem(&sock_bytes, &three);
288 if (start_push && end_push) {
289 err = bpf_msg_push_data(msg, *start_push, *end_push, 0);
353 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop; local
367 end_push
[all...]

Completed in 124 milliseconds