Home
last modified time | relevance | path

Searched refs:exit_insn (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/test/
Dtest-bpf-firewall.c20 const struct bpf_insn exit_insn[] = { in main() local
61 r = bpf_program_add_instructions(p, exit_insn, ELEMENTSOF(exit_insn)); in main()
/systemd-251/src/core/
Dbpf-devices.c234 const struct bpf_insn exit_insn[] = { in bpf_devices_apply_policy() local
254 r = bpf_program_add_instructions(*prog, exit_insn, ELEMENTSOF(exit_insn)); in bpf_devices_apply_policy()