Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h244 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog4()
276 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog6()
341 ret = bpf_msg_cork_bytes(msg, *bytes); in bpf_prog9()
359 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog10()
/linux/Documentation/bpf/
H A Dmap_sockmap.rst65 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 Dfilter.c2614 BPF_CALL_2(bpf_msg_cork_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument
2637 .func = bpf_msg_cork_bytes,