HomeSort by relevance Sort by last modified time
    Searched refs:UID_MAP_ENABLED (Results 1 - 3 of 3) sorted by null

  /system/netd/libbpf/include/bpf/
bpf_shared.h 39 #define UID_MAP_ENABLED UINT32_MAX
  /system/netd/bpfloader/
bpf_kern.h 140 // In each of these maps, the entry with key UID_MAP_ENABLED tells us whether that
144 uint32_t mapSettingKey = UID_MAP_ENABLED;
  /system/netd/server/
TrafficController.cpp 133 uint32_t mapSettingKey = UID_MAP_ENABLED;
434 if (uid == UID_MAP_ENABLED) {
487 if (key != UID_MAP_ENABLED && uidSet.find((int32_t)key) == uidSet.end()) {
536 uint32_t keyUid = UID_MAP_ENABLED;

Completed in 232 milliseconds