Lines Matching defs:bpf_program
398 struct bpf_program { struct
399 char *name;
400 char *sec_name;
401 size_t sec_idx;
402 const struct bpf_sec_def *sec_def;
406 size_t sec_insn_off;
411 size_t sec_insn_cnt;
420 size_t sub_insn_off;
427 struct bpf_insn *insns;
432 size_t insns_cnt;
434 struct reloc_desc *reloc_desc;
435 int nr_reloc;
438 char *log_buf;
439 size_t log_size;
440 __u32 log_level;
442 struct bpf_object *obj;
444 int fd;
445 bool autoload;
446 bool autoattach;
447 bool sym_global;
471 struct bpf_program **progs; argument