Lines Matching defs:bpf_program
402 struct bpf_program { struct
403 char *name;
404 char *sec_name;
405 size_t sec_idx;
406 const struct bpf_sec_def *sec_def;
410 size_t sec_insn_off;
415 size_t sec_insn_cnt;
424 size_t sub_insn_off;
431 struct bpf_insn *insns;
436 size_t insns_cnt;
438 struct reloc_desc *reloc_desc;
439 int nr_reloc;
442 char *log_buf;
443 size_t log_size;
444 __u32 log_level;
446 struct bpf_object *obj;
448 int fd;
449 bool autoload;
450 bool autoattach;
451 bool sym_global;
475 struct bpf_program **progs; argument