Home
last modified time | relevance | path

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

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