Searched defs:ifaceIndex (Results 1 – 8 of 8) sorted by relevance
/system/netd/libnetdbpf/include/netdbpf/ |
D | BpfNetworkStats.h | 75 const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname, in getIfaceNameFromMap() 87 void maybeLogUnknownIface(int ifaceIndex, const BpfMap<Key, StatsValue>& statsMap, in maybeLogUnknownIface()
|
D | bpf_shared.h | 36 uint32_t ifaceIndex; member
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 92 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
|
D | InterfaceControllerTest.cpp | 200 uint32_t ifaceIndex = if_nametoindex(ifa->ifa_name); in TEST_F() local
|
D | TetherControllerTest.cpp | 96 void updateMaps(uint32_t ifaceIndex, uint64_t rxBytes, uint64_t rxPackets, uint64_t txBytes, in updateMaps()
|
D | InterfaceController.cpp | 442 uint32_t ifaceIndex = if_nametoindex(name.c_str()); in getIfaceList() local
|
D | TrafficController.cpp | 503 int TrafficController::addInterface(const char* name, uint32_t ifaceIndex) { in addInterface()
|
/system/netd/libnetdbpf/ |
D | BpfNetworkStatsTest.cpp | 107 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
|