Home
last modified time | relevance | path

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

/system/netd/libnetdbpf/include/netdbpf/
DBpfNetworkStats.h74 const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname, in getIfaceNameFromMap()
86 void maybeLogUnknownIface(int ifaceIndex, const BpfMap<Key, StatsValue>& statsMap, in maybeLogUnknownIface()
/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
DInterfaceController.cpp448 uint32_t ifaceIndex = if_nametoindex(name.c_str()); in getIfaceList() local
DTrafficController.cpp534 int TrafficController::addInterface(const char* name, uint32_t ifaceIndex) { in addInterface()
/system/netd/libnetdbpf/
DBpfNetworkStatsTest.cpp112 void populateFakeStats(uid_t uid, uint32_t tag, uint32_t ifaceIndex, uint32_t counterSet, in populateFakeStats()
119 void updateIfaceMap(const char* ifaceName, uint32_t ifaceIndex) { in updateIfaceMap()
377 uint32_t ifaceIndex = UNKNOWN_IFACE; in TEST_F() local
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h78 uint32_t ifaceIndex; member
/system/netd/bpf_progs/
Dnetd.h43 uint32_t ifaceIndex; member