Home
last modified time | relevance | path

Searched refs:bpf_msg_pull_data (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h189 bpf_msg_pull_data(msg, *start, *end, 0); in bpf_prog4()
223 err = bpf_msg_pull_data(msg, *start, *end, 0); in bpf_prog5()
284 bpf_msg_pull_data(msg, *start, *end, 0); in bpf_prog6()
331 err = bpf_msg_pull_data(msg, *start, *end, 0); in bpf_prog7()
437 bpf_msg_pull_data(msg, *start, *end, 0); in bpf_prog10()
Dbpf_helpers.h125 static int (*bpf_msg_pull_data)(void *ctx, int start, int end, int flags) = variable
/Linux-v5.4/net/core/
Dfilter.c2218 BPF_CALL_4(bpf_msg_pull_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() argument
2335 .func = bpf_msg_pull_data,
5949 func == bpf_msg_pull_data || in bpf_helper_changes_pkt_data()