Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type MapDef struct + KeySize int + MaxEntries int + Name string + Type string + ValueSize int + type Program struct + Maps []MapDef + Protocol string + Type ProgramType + func Generate(protocol string, progType ProgramType) *Program + func (p *Program) Describe() string + func (p *Program) ToC() string + type ProgramType string + const ProgTC + const ProgXDP