Searched defs:bpf_file (Results 1 – 2 of 2) sorted by relevance
47 struct bpf_file { struct64 static int load_and_attach(int lirc_fd, struct bpf_file *bpf_file, struct bpf_insn *prog, int size) in load_and_attach()166 static int load_maps(struct bpf_file *bpf_file, struct raw_entry *raw) in load_maps()240 static int parse_relo_and_apply(struct bpf_file *bpf_file, GElf_Shdr *shdr, in parse_relo_and_apply()338 static int load_elf_maps_section(struct bpf_file *bpf_file) in load_elf_maps_section()448 struct bpf_file bpf_file = { .param = param }; in load_bpf_file() local
1796 static int populate_progs(char *bpf_file) in populate_progs()1962 char *bpf_file = BPF_SOCKMAP_FILENAME; in main() local