Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c7290 int btf_obj_fd = 0; in BPF_CALL_4() local
7301 btf_obj_fd = __btf_new_fd(btf); in BPF_CALL_4()
7302 if (btf_obj_fd < 0) { in BPF_CALL_4()
7304 return btf_obj_fd; in BPF_CALL_4()
7306 return ret | (((u64)btf_obj_fd) << 32); in BPF_CALL_4()