Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1621 struct btf_mod_pair { struct
1724 struct btf_mod_pair *used_btfs;
3392 void __bpf_free_used_btfs(struct btf_mod_pair *used_btfs, u32 len);
/linux/kernel/bpf/
H A Dcore.c2971 void __bpf_free_used_btfs(struct btf_mod_pair *used_btfs, u32 len) in __bpf_free_used_btfs()
2974 struct btf_mod_pair *btf_mod; in __bpf_free_used_btfs()
H A Dverifier.c17883 struct btf_mod_pair *btf_mod; in __add_used_btf()