Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h248 bpf_msg_pull_data(msg, *start, *end, 0); in bpf_prog4()
281 bpf_msg_pull_data(msg, *start, *end, 0); in bpf_prog6()
363 bpf_msg_pull_data(msg, *start, *end, 0); in bpf_prog10()
/linux/Documentation/bpf/
H A Dmap_sockmap.rst72 Finally, the helpers ``bpf_msg_pull_data()`` and ``bpf_msg_push_data()`` are
230 bpf_msg_pull_data()
234 long bpf_msg_pull_data(struct sk_msg_buff *msg, u32 start, u32 end, u64 flags)
/linux/net/core/
H A Dfilter.c2627 BPF_CALL_4(bpf_msg_pull_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() argument
2745 .func = bpf_msg_pull_data,