Searched refs:start_push (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_sockmap_kern.h | 237 int *start, *end, *start_push, *end_push, *start_pop, *pop, err = 0; in bpf_prog4() local 249 start_push = bpf_map_lookup_elem(&sock_bytes, &two); in bpf_prog4() 251 if (start_push && end_push) { in bpf_prog4() 252 err = bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog4() 267 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop, *f; in bpf_prog6() local 283 start_push = bpf_map_lookup_elem(&sock_bytes, &two); in bpf_prog6() 285 if (start_push && end_push) { in bpf_prog6() 286 err = bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog6() 351 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop; in bpf_prog10() local 364 start_push = bpf_map_lookup_elem(&sock_bytes, &two); in bpf_prog10() [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_ktls.c | 167 int start_push = 0, push_len = 0; in test_sockmap_ktls_tx_cork() local 199 start_push = 1; in test_sockmap_ktls_tx_cork() 202 skel->bss->push_start = start_push; in test_sockmap_ktls_tx_cork() 226 if (i >= start_push && i <= start_push + push_len - 1) { in test_sockmap_ktls_tx_cork()
|