Home
last modified time | relevance | path

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

/packages/modules/Connectivity/netd/
DBpfHandler.cpp48 constexpr int TOTAL_UID_STATS_ENTRIES_LIMIT = STATS_MAP_SIZE * 0.9;
50 static_assert(STATS_MAP_SIZE - TOTAL_UID_STATS_ENTRIES_LIMIT > 100,
/packages/modules/Connectivity/bpf_progs/
Dnetd.h122 static const int STATS_MAP_SIZE = 5000; variable
Dnetd.c92 DEFINE_BPF_MAP_RO_NETD(stats_map_A, HASH, StatsKey, StatsValue, STATS_MAP_SIZE)
93 DEFINE_BPF_MAP_RO_NETD(stats_map_B, HASH, StatsKey, StatsValue, STATS_MAP_SIZE)