Searched refs:bpf_msg_apply_bytes (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_sockmap_kern.h | 244 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog4() 276 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog6() 320 ret = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog8() 358 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog10()
|
/Linux-v6.6/Documentation/bpf/ |
D | map_sockmap.rst | 65 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-v6.6/net/core/ |
D | filter.c | 2573 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument 2580 .func = bpf_msg_apply_bytes,
|