Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_sockmap_kern.h253 err = bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog4()
287 err = bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog6()
363 err = bpf_msg_push_data(msg, *start_push, *end_push, 0); in bpf_prog10()
/linux-6.1.9/net/core/
Dfilter.c2715 BPF_CALL_4(bpf_msg_push_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() argument
2841 .func = bpf_msg_push_data,
7603 func == bpf_msg_push_data || in bpf_helper_changes_pkt_data()