Home
last modified time | relevance | path

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

/aosp12/system/netd/libnetdbpf/include/netdbpf/
H A Dbpf_shared.h98 const int CONFIGURATION_MAP_SIZE = 2; variable
/aosp12/system/netd/bpf_progs/
H A Dnetd.c60 DEFINE_BPF_MAP_GRO(configuration_map, HASH, uint32_t, uint8_t, CONFIGURATION_MAP_SIZE, in DEFINE_BPF_MAP_GRO()