bpf: new package to assemble and disassemble Berkeley Packet Filter programs.
The package currently implements the operations defined by https://www.kernel.org/doc/Documentation/networking/filter.txt , which comprises the base BPF virtual machine plus the Linux kernel's extension opcodes. Updates golang/go#14982 Change-Id: Iafb43d80e067040e60465a9bfb7d5f2ca90cc2ae Reviewed-on: https://go-review.googlesource.com/21212Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
Showing
bpf/asm.go
0 → 100644
bpf/constants.go
0 → 100644
bpf/doc.go
0 → 100644
bpf/instructions.go
0 → 100644
This diff is collapsed.
bpf/instructions_test.go
0 → 100644
Please
register
or
sign in
to comment