Searched defs:instructions (Results 1 – 2 of 2) sorted by relevance
27 struct bpf_insn *instructions; member
142 int bpf_program_add_instructions(BPFProgram *p, const struct bpf_insn *instructions, size_t count) { in bpf_program_add_instructions()