Home
last modified time | relevance | path

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

/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h93 const int UID_COUNTERSET_MAP_SIZE = 2000; variable
/system/netd/bpf_progs/
Dnetd.c52 DEFINE_BPF_MAP_GRO(uid_counterset_map, HASH, uint32_t, uint8_t, UID_COUNTERSET_MAP_SIZE, in DEFINE_BPF_MAP_GRO()