diff --git a/features/prog.go b/features/prog.go index a11363796..dc13b86d3 100644 --- a/features/prog.go +++ b/features/prog.go @@ -125,6 +125,9 @@ var haveProgramTypeMatrix = internal.FeatureMatrix[ebpf.ProgramType]{ Name: "a", Type: &btf.FuncProto{ Return: &btf.Int{}, + Params: []btf.FuncParam{ + {Name: "ctx", Type: &btf.Pointer{Target: &btf.Struct{Name: "xdp_md"}}}, + }, }, Linkage: btf.GlobalFunc, }