Home
last modified time | relevance | path

Searched refs:APP_STATS_MAP_SIZE (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/netd/libnetdbpf/include/netdbpf/
H A Dbpf_shared.h94 const int APP_STATS_MAP_SIZE = 10000; variable
/aosp12/system/netd/bpf_progs/
H A Dnetd.c54 DEFINE_BPF_MAP_GRO(app_uid_stats_map, HASH, uint32_t, StatsValue, APP_STATS_MAP_SIZE, in DEFINE_BPF_MAP_GRO()