Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbtf.h22 int btf_new_fd(const union bpf_attr *attr);
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c3835 return btf_new_fd(attr); in bpf_btf_load()
H A Dbtf.c5440 int btf_new_fd(const union bpf_attr *attr) in btf_new_fd() function