Home
last modified time | relevance | path

Searched refs:BPF_CORE_READ_USER (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_core_read_macros.c47 u_core_out = (long)BPF_CORE_READ_USER(u_core_in, next, next, func); in handler()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf_core_read.h248 /* NOTE: see comments for BPF_CORE_READ_USER() about the proper types use. */
259 /* NOTE: see comments for BPF_CORE_READ_USER() about the proper types use. */
358 * NOTE: see comments for BPF_CORE_READ_USER() about the proper types use.
394 * NOTE: see comments for BPF_CORE_READ_USER() about the proper types use.
454 * The typical situation in which BPF_CORE_READ_USER() might be used is to
458 #define BPF_CORE_READ_USER(src, a, ...) ({ \ macro
472 * Non-CO-RE variant of BPF_CORE_READ_USER().

Completed in 2 milliseconds