Lines Matching defs:bpf_program
445 struct bpf_program { struct
446 char *name;
447 char *sec_name;
448 size_t sec_idx;
449 const struct bpf_sec_def *sec_def;
453 size_t sec_insn_off;
458 size_t sec_insn_cnt;
467 size_t sub_insn_off;
474 struct bpf_insn *insns;
479 size_t insns_cnt;
481 struct reloc_desc *reloc_desc;
482 int nr_reloc;
485 char *log_buf;
486 size_t log_size;
487 __u32 log_level;
489 struct bpf_object *obj;
491 int fd;
492 bool autoload;
493 bool autoattach;
494 bool sym_global;
495 bool mark_btf_static;
496 enum bpf_prog_type type;
520 struct bpf_program **progs; argument