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.h150 int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *attr_log);
/linux/kernel/bpf/
H A Dsyscall.c5591 return btf_new_fd(attr, uattr, attr_log); in bpf_btf_load()
H A Dbtf.c8349 int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *attr_log) in btf_new_fd() function