Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h189 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog4()
208 err1 = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog5()
242 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog6()
272 err1 = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog7()
316 ret = bpf_msg_apply_bytes(msg, *bytes); in bpf_prog8()
350 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog10()
Dbpf_helpers.h101 static int (*bpf_msg_apply_bytes)(void *ctx, int len) = variable
/Linux-v4.19/net/core/
Dfilter.c2257 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg_buff *, msg, u32, bytes) in BPF_CALL_2() argument
2264 .func = bpf_msg_apply_bytes,