MCPcopy
hub / github.com/golang/net / LoadExtension

Struct LoadExtension

bpf/instructions.go:310–312  ·  view source on GitHub ↗

LoadExtension invokes a linux-specific extension and stores the result in register A.

Source from the content-addressed store, hash-verified

308// LoadExtension invokes a linux-specific extension and stores the
309// result in register A.
310type LoadExtension struct {
311 Num Extension
312}
313
314// Assemble implements the Instruction Assemble method.
315func (a LoadExtension) Assemble() (RawInstruction, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected