Searched defs:ifStats (Results 1 – 2 of 2) sorted by relevance
160 type ifStats struct { struct161 loop int // # of active loopback interfaces162 other int // # of active other interfaces263 func checkUnicastStats(ifStats *ifStats, uniStats *routeStats) error { argument277 func checkMulticastStats(ifStats *ifStats, uniStats, multiStats *routeStats) error { argument
330 wifi_iface_stat ifStats; in onLinkStatsReply() local