Searched refs:get_xlated_program (Results 1 – 2 of 2) sorted by relevance
632 static int get_xlated_program(int fd_prog, struct bpf_insn **buf, __u32 *cnt) in get_xlated_program() function773 err = get_xlated_program(prog_fd, &buf, &cnt); in match_program()
1344 static struct bpf_insn *get_xlated_program(int fd_prog, int *cnt) in get_xlated_program() function1516 buf = get_xlated_program(fd_prog, &cnt); in check_xlated_program()