Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_sockmap_kern.h242 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog4()
274 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog6()
318 ret = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog8()
352 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog10()
/Linux-v6.1/net/core/
Dfilter.c2551 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument
2558 .func = bpf_msg_apply_bytes,