Home
last modified time | relevance | path

Searched refs:MATCH_PASS (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java1047 MATCH_PASS, // the RAS match, and the APF program would pass. enumConstant
1092 if (lft >= section.min) return MatchType.MATCH_PASS; in matches()
1097 if (lft > 0) return MatchType.MATCH_PASS; in matches()
1106 if (lft < (section.lifetime + 2) / 3) return MatchType.MATCH_PASS; in matches()
1108 if (lft > section.lifetime) return MatchType.MATCH_PASS; in matches()
1115 if (lft == 0) return MatchType.MATCH_PASS; in matches()
1117 if (lft >= section.min) return MatchType.MATCH_PASS; in matches()
1130 if (lft == 0) return MatchType.MATCH_PASS; in matches()
1132 if (lft > section.lifetime) return MatchType.MATCH_PASS; in matches()
1141 if (lft == 0) return MatchType.MATCH_PASS; in matches()
[all …]