Searched refs:bpf_msg_pull_data (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_sockmap_kern.h | 251 bpf_msg_pull_data(msg, *start, *end, 0); in bpf_prog4() 284 bpf_msg_pull_data(msg, *start, *end, 0); in bpf_prog6() 365 bpf_msg_pull_data(msg, *start, *end, 0); in bpf_prog10()
|
/Linux-v6.6/Documentation/bpf/ |
D | map_sockmap.rst | 72 Finally, the helpers ``bpf_msg_pull_data()`` and ``bpf_msg_push_data()`` are 230 bpf_msg_pull_data() 234 long bpf_msg_pull_data(struct sk_msg_buff *msg, u32 start, u32 end, u64 flags)
|
/Linux-v6.6/net/core/ |
D | filter.c | 2601 BPF_CALL_4(bpf_msg_pull_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() argument 2718 .func = bpf_msg_pull_data, 7762 func == bpf_msg_pull_data || in bpf_helper_changes_pkt_data()
|