Home
last modified time | relevance | path

Searched refs:KERNEL_BPFPTR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpfptr.h16 static inline bpfptr_t KERNEL_BPFPTR(void *p) in KERNEL_BPFPTR() function
29 return KERNEL_BPFPTR((void*) (uintptr_t) addr); in make_bpfptr()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c5563 return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); in BPF_CALL_3()