Home
last modified time | relevance | path

Searched refs:STATS_MAP_SIZE (Results 1 – 3 of 3) sorted by relevance

/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h53 const int STATS_MAP_SIZE = 5000; variable
/system/netd/bpf_progs/
Dnetd.h77 DEFINE_BPF_MAP(stats_map_A, HASH, stats_key, stats_value, STATS_MAP_SIZE) in DEFINE_BPF_MAP()
78 DEFINE_BPF_MAP(stats_map_B, HASH, stats_key, stats_value, STATS_MAP_SIZE) in DEFINE_BPF_MAP()
/system/netd/server/
DTrafficController.cpp80 constexpr int TOTAL_UID_STATS_ENTRIES_LIMIT = STATS_MAP_SIZE * 0.9;
86 static_assert(STATS_MAP_SIZE - TOTAL_UID_STATS_ENTRIES_LIMIT > 100,