Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbtf.h17 struct btf *btf_get_by_fd(int fd);
/Linux-v4.19/kernel/bpf/
Dbtf.c2283 struct btf *btf_get_by_fd(int fd) in btf_get_by_fd() function
Dsyscall.c529 btf = btf_get_by_fd(attr->btf_fd); in map_create()