bpf: introduce BPF_MAP_TYPE_PERCPU_HASH map
[deliverable/linux.git] / include / uapi / linux / bpf.h
index aa6f8571de136b74fba93996883bd69b3e28d412..43ae40c8763e889c14892a29741674c32beeecbb 100644 (file)
@@ -81,6 +81,7 @@ enum bpf_map_type {
        BPF_MAP_TYPE_ARRAY,
        BPF_MAP_TYPE_PROG_ARRAY,
        BPF_MAP_TYPE_PERF_EVENT_ARRAY,
+       BPF_MAP_TYPE_PERCPU_HASH,
 };
 
 enum bpf_prog_type {
This page took 0.027004 seconds and 5 git commands to generate.