Home
last modified time | relevance | path

Searched refs:btf_new_fd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dbtf.h130 int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_sz);
/openbmc/linux/kernel/bpf/
H A Dsyscall.c4804 return btf_new_fd(attr, uattr, uattr_size); in bpf_btf_load()
H A Dbtf.c7177 int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in btf_new_fd() function