multiple map elements support

This commit is contained in:
2025-09-11 00:45:08 +05:30
parent 7de3a381b0
commit 431921dbc1
3 changed files with 18 additions and 4 deletions

View File

@ -8,7 +8,7 @@ struct {
__uint(type, BPF_MAP_TYPE_HASH);
__type(key, u64);
__type(value, u64);
__uint(max_entries, 1);
__uint(max_entries, 4);
} last SEC(".maps");
// Handler for syscall entry