Home
last modified time | relevance | path

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

/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h97 const int IFACE_STATS_MAP_SIZE = 1000; variable
/system/netd/bpf_progs/
Dnetd.c58 DEFINE_BPF_MAP_GRO(iface_stats_map, HASH, uint32_t, StatsValue, IFACE_STATS_MAP_SIZE, in DEFINE_BPF_MAP_GRO()