We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e17ef commit b801e91Copy full SHA for b801e91
1 file changed
fact-ebpf/src/bpf/maps.h
@@ -27,6 +27,10 @@ __always_inline static struct helper_t* get_helper() {
27
return bpf_map_lookup_elem(&helper_map, &zero);
28
}
29
30
+/**
31
+ * A map with a single entry, determining whether prefix filtering
32
+ * should be done based on the `path_prefix` map.
33
+ */
34
struct {
35
__uint(type, BPF_MAP_TYPE_ARRAY);
36
__type(key, __u32);
0 commit comments