Searched refs:bpf_msg_cork_bytes (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_sockmap_kern.h | 188 bpf_msg_cork_bytes(msg, *bytes); in bpf_sockmap() 220 bpf_msg_cork_bytes(msg, *bytes); in bpf_sockmap() 285 ret = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog6() 303 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog6()
|
| H A D | test_sockmap_ktls.c | |
| /linux/Documentation/bpf/ |
| H A D | map_sockmap.rst | 65 programs: ``bpf_msg_apply_bytes()`` and ``bpf_msg_cork_bytes()``. With 67 bytes the given verdict should apply to. The helper ``bpf_msg_cork_bytes()`` 215 bpf_msg_cork_bytes() 219 long bpf_msg_cork_bytes(struct sk_msg_buff *msg, u32 bytes)
|
| /linux/net/core/ |
| H A D | filter.c | 2648 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument 2700 .func = bpf_msg_cork_bytes,
|