Searched refs:getStats (Results 1 – 2 of 2) sorted by relevance
90 if (netDevIf != NULL && netDevIf->getStats != NULL) { in NetDevGetStats()91 stats = netDevIf->getStats(netDev); in NetDevGetStats()
505 …struct NetDevStats *(*getStats)(struct NetDevice *netDev); /**< Obtains the statist… member