[][src]Constant nc::types::BPF_F_NO_COMMON_LRU

pub const BPF_F_NO_COMMON_LRU: i32

Instead of having one common LRU list in the BPF_MAP_TYPE_LRU_[PERCPU_]HASH map, use a percpu LRU list which can scale and perform better. Note, the LRU nodes (including free nodes) cannot be moved across different LRU lists.