BPF Function Attributes (Using the GNU Compiler Collection (GCC)) (original) (raw)
use this attribute to indicate the specified function declaration is a kernel helper. The helper function is passed as an argument to the attribute. Example:
int bpf_probe_read (void *dst, int size, const void *unsafe_ptr) attribute ((kernel_helper (4)));