Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A 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()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c2723 BPF_CALL_4(bpf_msg_push_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() argument
2849 .func = bpf_msg_push_data,
6902 func == bpf_msg_push_data || in bpf_helper_changes_pkt_data()