Home
last modified time | relevance | path

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

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/parameters/
H A Dbpf.go32 type BPFProgramSpec struct { struct
33 Name string
34 Instructions []BPFInstructionSpec
38 func (s *BPFProgramSpec) Validate() error {
52 func (s *BPFProgramSpec) Assemble() ([]bpf.RawInstruction, error) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/parameters/
H A Dbpf.go32 type BPFProgramSpec struct { struct
33 Name string
34 Instructions []BPFInstructionSpec
38 func (s *BPFProgramSpec) Validate() error {
52 func (s *BPFProgramSpec) Assemble() ([]bpf.RawInstruction, error) {