Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_ktls.c28 bpf_msg_pop_data(msg, pop_start, pop_end, 0); in prog_sk_policy()
H A Dtest_sockmap_kern.h259 bpf_msg_pop_data(msg, *start_pop, *pop, 0); in bpf_prog4()
294 bpf_msg_pop_data(msg, *start_pop, *pop, 0); in bpf_prog6()
374 bpf_msg_pop_data(msg, *start_pop, *pop, 0); in bpf_prog10()
/linux/net/core/
H A Dfilter.c2954 BPF_CALL_4(bpf_msg_pop_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() argument
3085 .func = bpf_msg_pop_data,