Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Dbpf-program.h27 struct bpf_insn *instructions; member
Dbpf-program.c142 int bpf_program_add_instructions(BPFProgram *p, const struct bpf_insn *instructions, size_t count) { in bpf_program_add_instructions()