Add abstraction model for BPF programs
authorDaniel Mack <daniel@zonque.org>
Tue, 18 Oct 2016 15:57:10 +0000 (17:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Sep 2017 13:24:54 +0000 (15:24 +0200)
commit71e5200f94b22589922704aa4abdf95d4fe2e528
tree5d4895d5bcf102c5f22e2af2cfc39e895716bd64
parent3f0c2342c04663d7d86748d815095df889212c15
Add abstraction model for BPF programs

This object takes a number of bpf_insn members and wraps them together with
the in-kernel reference id. Will be needed by the firewall code.
meson.build
src/basic/bpf-program.c [new file with mode: 0644]
src/basic/bpf-program.h [new file with mode: 0644]
src/basic/meson.build
src/basic/missing_syscall.h