Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_sockmap_kern.h241 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog4()
273 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog6()
317 ret = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog8()
356 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog10()
/linux-6.12.1/Documentation/bpf/
Dmap_sockmap.rst65 programs: ``bpf_msg_apply_bytes()`` and ``bpf_msg_cork_bytes()``. With
66 ``bpf_msg_apply_bytes()`` BPF programs can tell the infrastructure how many
195 bpf_msg_apply_bytes()
199 long bpf_msg_apply_bytes(struct sk_msg_buff *msg, u32 bytes)
/linux-6.12.1/net/core/
Dfilter.c2602 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument
2609 .func = bpf_msg_apply_bytes,