Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbtf.h148 int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_sz);
/linux-6.15/kernel/bpf/
H A Dsyscall.c5141 return btf_new_fd(attr, uattr, uattr_size); in bpf_btf_load()
H A Dbtf.c7975 int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in btf_new_fd() function