Searched refs:start_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
252 start_push = bpf_map_lookup_elem(&sock_bytes, &two);
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
286 start_push = bpf_map_lookup_elem(&sock_bytes, &two);
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
366 start_push
[all...]

Completed in 167 milliseconds