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

  /system/netd/
SecondaryTableController.cpp 45 mInterfaceRuleCount[i] = 0;
104 mInterfaceRuleCount[tableIndex]++;
106 if (--mInterfaceRuleCount[tableIndex] < 1) {
107 mInterfaceRuleCount[tableIndex] = 0;
118 mInterfaceRuleCount[tableIndex]++;
120 if (--mInterfaceRuleCount[tableIndex] < 1) {
121 mInterfaceRuleCount[tableIndex] = 0;
SecondaryTableController.h 49 int mInterfaceRuleCount[INTERFACES_TRACKED];

Completed in 770 milliseconds