Lines Matching defs:bpf_program
403 struct bpf_program { struct
404 char *name;
405 char *sec_name;
406 size_t sec_idx;
407 const struct bpf_sec_def *sec_def;
411 size_t sec_insn_off;
416 size_t sec_insn_cnt;
425 size_t sub_insn_off;
432 struct bpf_insn *insns;
437 size_t insns_cnt;
439 struct reloc_desc *reloc_desc;
440 int nr_reloc;
443 char *log_buf;
444 size_t log_size;
445 __u32 log_level;
447 struct bpf_object *obj;
449 int fd;
450 bool autoload;
451 bool autoattach;
452 bool sym_global;
476 struct bpf_program **progs; argument