Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h255 err = bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog4()
289 err = bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog6()
369 err = bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog10()
/openbmc/linux/Documentation/bpf/
H A Dmap_sockmap.rst72 Finally, the helpers ``bpf_msg_pull_data()`` and ``bpf_msg_push_data()`` are
/openbmc/linux/net/core/
H A Dfilter.c2752 BPF_CALL_4(bpf_msg_push_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() argument
2892 .func = bpf_msg_push_data,
7883 func == bpf_msg_push_data || in bpf_helper_changes_pkt_data()