Fix issues with IP range drop map.

This commit is contained in:
Christian Deacon
2025-03-13 08:08:22 -04:00
parent 5a6fff2ba6
commit e9e9027fe7
6 changed files with 15 additions and 16 deletions

View File

@@ -13,6 +13,8 @@
#include <bpf/bpf_helpers.h>
#endif
#include <xdp/utils/maps.h>
#define likely(x) __builtin_expect(!!(x), 1)
#define unlikely(x) __builtin_expect(!!(x), 0)