Searched defs:bpf_object (Results 1 – 1 of 1) sorted by relevance
681 struct bpf_object { struct686 enum bpf_object_state state; argument688 size_t nr_programs;690 size_t nr_maps;691 size_t maps_cap;693 char *kconfig;695 int nr_extern;698 bool has_subcalls;699 bool has_rodata;708 struct btf *btf;[all …]
Completed in 35 milliseconds