Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h182 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog4()
211 err1 = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog5()
276 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog6()
320 err1 = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog7()
396 ret = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog8()
430 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog10()
Dbpf_helpers.h121 static int (*bpf_msg_apply_bytes)(void *ctx, int len) = variable
/Linux-v5.4/net/core/
Dfilter.c2190 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument
2197 .func = bpf_msg_apply_bytes,