Searched refs:bpf_msg_pop_data (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_kern.h | 259 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 D | filter.c | 2935 BPF_CALL_4(bpf_msg_pop_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() argument 3066 .func = bpf_msg_pop_data,
|