Searched refs:bpf_msg_apply_bytes (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_sockmap_kern.h | 182 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()
|
| D | bpf_helpers.h | 121 static int (*bpf_msg_apply_bytes)(void *ctx, int len) = variable
|
| /Linux-v5.4/net/core/ |
| D | filter.c | 2190 BPF_CALL_2(bpf_msg_apply_bytes, struct sk_msg *, msg, u32, bytes) in BPF_CALL_2() argument 2197 .func = bpf_msg_apply_bytes,
|