net/bpf
Matt Layher 7c71ca708c bpf: implement LoadExtension and ExtLen for VM
Change-Id: I29487b0c1fdea97b5c35d22b4f7c23e11e7ceeed
Reviewed-on: https://go-review.googlesource.com/24272
Reviewed-by: David Anderson <danderson@google.com>
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
2016-06-20 21:42:44 +00:00
..
testdata bpf: new package to assemble and disassemble Berkeley Packet Filter programs. 2016-03-28 06:22:12 +00:00
asm.go bpf: new package to assemble and disassemble Berkeley Packet Filter programs. 2016-03-28 06:22:12 +00:00
constants.go bpf: rename LoadIPv4HeaderLen to the more generic LoadMemShift. 2016-03-31 21:48:25 +00:00
doc.go bpf: add Go implementation of virtual machine 2016-06-18 00:31:17 +00:00
instructions.go bpf: rename LoadIPv4HeaderLen to the more generic LoadMemShift. 2016-03-31 21:48:25 +00:00
instructions_test.go bpf: rename LoadIPv4HeaderLen to the more generic LoadMemShift. 2016-03-31 21:48:25 +00:00
vm.go bpf: implement LoadExtension and ExtLen for VM 2016-06-20 21:42:44 +00:00
vm_aluop_test.go bpf: add Go implementation of virtual machine 2016-06-18 00:31:17 +00:00
vm_bpf_test.go bpf: add Go implementation of virtual machine 2016-06-18 00:31:17 +00:00
vm_extension_test.go bpf: implement LoadExtension and ExtLen for VM 2016-06-20 21:42:44 +00:00
vm_instructions.go bpf: implement LoadExtension and ExtLen for VM 2016-06-20 21:42:44 +00:00
vm_jump_test.go bpf: add Go implementation of virtual machine 2016-06-18 00:31:17 +00:00
vm_load_test.go bpf: add Go implementation of virtual machine 2016-06-18 00:31:17 +00:00
vm_ret_test.go bpf: add Go implementation of virtual machine 2016-06-18 00:31:17 +00:00
vm_scratch_test.go bpf: add Go implementation of virtual machine 2016-06-18 00:31:17 +00:00
vm_test.go bpf: fix a typo 2016-06-19 23:45:41 +00:00