Home
last modified time | relevance | path

Searched defs:ifaceIndex (Results 1 – 8 of 8) sorted by relevance

/system/netd/libnetdbpf/include/netdbpf/
DBpfNetworkStats.h75 const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname, in getIfaceNameFromMap()
87 void maybeLogUnknownIface(int ifaceIndex, const BpfMap<Key, StatsValue>& statsMap, in maybeLogUnknownIface()
Dbpf_shared.h36 uint32_t ifaceIndex; member
/system/netd/server/
DNetlinkHandler.cpp92 long ifaceIndex = strtol(ifIndex, nullptr, 10); in parseIfIndex() local
114 long ifaceIndex = parseIfIndex(ifIndex); in onEvent() local
146 long ifaceIndex = parseIfIndex(ifIndex); in onEvent() local
DInterfaceControllerTest.cpp200 uint32_t ifaceIndex = if_nametoindex(ifa->ifa_name); in TEST_F() local
DTetherControllerTest.cpp96 void updateMaps(uint32_t ifaceIndex, uint64_t rxBytes, uint64_t rxPackets, uint64_t txBytes, in updateMaps()
DInterfaceController.cpp442 uint32_t ifaceIndex = if_nametoindex(name.c_str()); in getIfaceList() local
DTrafficController.cpp503 int TrafficController::addInterface(const char* name, uint32_t ifaceIndex) { in addInterface()
/system/netd/libnetdbpf/
DBpfNetworkStatsTest.cpp107 void populateFakeStats(uid_t uid, uint32_t tag, uint32_t ifaceIndex, uint32_t counterSet, in populateFakeStats()
114 void updateIfaceMap(const char* ifaceName, uint32_t ifaceIndex) { in updateIfaceMap()
380 uint32_t ifaceIndex = UNKNOWN_IFACE; in TEST_F() local