Searched refs:limitTag (Results 1 – 2 of 2) sorted by relevance
/system/netd/libnetdbpf/ |
D | BpfNetworkStats.cpp | 134 const std::vector<std::string>& limitIfaces, int limitTag, in parseBpfNetworkStatsDetailInternal() argument 139 [lines, &limitIfaces, &limitTag, &limitUid, &unknownIfaceBytesTotal, &ifaceMap]( in parseBpfNetworkStatsDetailInternal() 153 if (limitTag != TAG_ALL && uint32_t(limitTag) != key.tag) { in parseBpfNetworkStatsDetailInternal() 187 const std::vector<std::string>& limitIfaces, int limitTag, in parseBpfNetworkStatsDetail() argument 218 int ret = parseBpfNetworkStatsDetailInternal(lines, limitIfaces, limitTag, limitUid, statsMap, in parseBpfNetworkStatsDetail()
|
/system/netd/libnetdbpf/include/netdbpf/ |
D | BpfNetworkStats.h | 67 const std::vector<std::string>& limitIfaces, int limitTag, 117 const std::vector<std::string>& limitIfaces, int limitTag,
|