Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbtf.h25 struct btf *btf_get_by_fd(int fd);
/Linux-v5.15/kernel/bpf/
Dsyscall.c871 btf = btf_get_by_fd(attr->btf_fd); in map_create()
2218 attach_btf = btf_get_by_fd(attr->attach_btf_obj_fd); in bpf_prog_load()
Dbtf.c5880 struct btf *btf_get_by_fd(int fd) in btf_get_by_fd() function
Dverifier.c10038 btf = btf_get_by_fd(attr->prog_btf_fd); in check_btf_info()
11243 btf = btf_get_by_fd(btf_fd); in check_pseudo_btf_id()