Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DBpfNetMapsUtils.java107 final long match = getMatchByFirewallChain(chain);
111 final long match = getMatchByFirewallChain(chain);
124 public static long getMatchByFirewallChain(final int chain) { in getMatchByFirewallChain() method in BpfNetMapsUtils
216 final long match = getMatchByFirewallChain(chain); in isChainEnabled()
241 final long match = getMatchByFirewallChain(chain); in getUidRule()
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStackBpfNetMapsTest.kt28 import android.net.BpfNetMapsUtils.getMatchByFirewallChain
80 U32(getMatchByFirewallChain(chain)) in getConfigurationMap()
125 config or getMatchByFirewallChain(chain) in mockChainEnabled()
127 config and getMatchByFirewallChain(chain).inv() in mockChainEnabled()
/packages/modules/Connectivity/service/src/com/android/server/
DBpfNetMaps.java32 import static android.net.BpfNetMapsUtils.getMatchByFirewallChain;
464 final long match = getMatchByFirewallChain(childChain); in setChildChain()
515 match = getMatchByFirewallChain(chain); in replaceUidChain()
561 final long match = getMatchByFirewallChain(childChain); in setUidRule()
589 final long match = getMatchByFirewallChain(childChain); in getUidsMatchEnabled()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java206 match |= BpfNetMapsUtils.getMatchByFirewallChain(chain); in getMatch()
275 expectedMatch |= BpfNetMapsUtils.getMatchByFirewallChain(chain); in doTestSetChildChain()