Searched defs:bpf_object (Results 1 – 1 of 1) sorted by relevance
672 struct bpf_object { struct674 char license[64];680 size_t nr_maps;681 size_t maps_cap;683 char *kconfig;685 int nr_extern;688 bool loaded;689 bool has_subcalls;690 bool has_rodata;697 struct btf *btf;[all …]
Completed in 30 milliseconds