HomeSort by relevance Sort by last modified time
    Searched refs:mInterfaceRuleCount (Results 1 - 2 of 2) sorted by null

  /system/netd/
SecondaryTableController.cpp 51 mInterfaceRuleCount[i] = 0;
181 mInterfaceRuleCount[tableIndex]++;
183 if (--mInterfaceRuleCount[tableIndex] < 1) {
184 mInterfaceRuleCount[tableIndex] = 0;
195 mInterfaceRuleCount[tableIndex]++;
197 if (--mInterfaceRuleCount[tableIndex] < 1) {
198 mInterfaceRuleCount[tableIndex] = 0;
SecondaryTableController.h 80 int mInterfaceRuleCount[INTERFACES_TRACKED];

Completed in 93 milliseconds