Home
last modified time | relevance | path

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

/packages/modules/Connectivity/common/src/com/android/net/module/util/bpf/
DIngressDiscardValue.java26 public final int iif1; field in IngressDiscardValue
30 public IngressDiscardValue(final int iif1, final int iif2) { in IngressDiscardValue() argument
31 this.iif1 = iif1; in IngressDiscardValue()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java475 final int iif1, final long match1) throws Exception { in doTestRemoveUidInterfaceRules() argument
479 mUidOwnerMap.updateEntry(new S32(uid1), new UidOwnerValue(iif1, match1)); in doTestRemoveUidInterfaceRules()
1136 assertEquals(TEST_IF_INDEX, val.iif1); in testSetIngressDiscardRule_V4address()
1146 assertEquals(TEST_IF_INDEX, val.iif1); in testSetIngressDiscardRule_V6address()
/packages/modules/Connectivity/service/src/com/android/server/
DBpfNetMaps.java1079 + value.iif1 + "(" + mDeps.getIfName(value.iif1) + "), " in dump()