Skip to content

BPF Syscall BPF_MAP_LOOKUP_AND_DELETE_BATCH command

v5.6

Warning

You would expect, due to the similar naming to the BPF_MAP_LOOKUP_AND_DELETE_ELEM command that this would apply to stack and queue maps, however, it does not. This command can only be used on htab (hash map, per-cpu-hash-map, lru-hash-map, per-cpu-lru-hashmap) maps as of v6.2.