Searched refs:bpf_msg_push_data (Results 1 – 2 of 2) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_sockmap_kern.h | 200 bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog4() 243 err = bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog5() 278 bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog6() 329 err = bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog7() 408 bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog10()
|
D | bpf_helpers.h | 114 static int (*bpf_msg_push_data)(void *ctx, int start, int end, int flags) = variable
|