Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h185 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog3()
217 bpf_msg_apply_bytes(msg, *bytes); in bpf_sockmap()
261 ret = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog4()
300 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog6()
H A Dtest_sockmap_ktls.c
/linux/Documentation/bpf/
H A 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/net/core/
H A Dfilter.c2634 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument
2641 .func = bpf_msg_apply_bytes,