Searched refs:bpf_probe_write_user (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/samples/bpf/ |
D | test_probe_write_user_kern.c | 45 bpf_probe_write_user(sockaddr_arg, &new_addr, in bpf_prog1()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | bpf_helpers.h | 50 static int (*bpf_probe_write_user)(void *dst, void *src, int size) = variable
|
/Linux-v4.19/kernel/trace/ |
D | bpf_trace.c | 119 BPF_CALL_3(bpf_probe_write_user, void *, unsafe_ptr, const void *, src, in BPF_CALL_3() argument 143 .func = bpf_probe_write_user,
|
/Linux-v4.19/Documentation/bpf/ |
D | bpf_design_QA.rst | 200 of the current task with bpf_probe_write_user(). Every time such
|