Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java79 private final IBpfMap<TetherDownstream6Key, Tether6Value> mBpfDownstream6Map; field in BpfCoordinatorShimImpl
116 mBpfDownstream6Map = deps.getBpfDownstream6Map(); in BpfCoordinatorShimImpl()
135 if (mBpfDownstream6Map != null) mBpfDownstream6Map.clear(); in BpfCoordinatorShimImpl()
163 return mBpfDownstream4Map != null && mBpfUpstream4Map != null && mBpfDownstream6Map != null in isInitialized()
205 mBpfDownstream6Map.updateEntry(key, value); in addIpv6DownstreamRule()
217 mBpfDownstream6Map.deleteEntry(rule.makeTetherDownstream6Key()); in removeIpv6DownstreamRule()
468 mapStatus(mBpfDownstream6Map, "mBpfDownstream6Map"), in toString()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java480 private final IBpfMap<TetherDownstream6Key, Tether6Value> mBpfDownstream6Map = field in BpfCoordinatorTest
544 return mBpfDownstream6Map;
886 verifyWithOrder(inOrder, mBpfDownstream6Map).updateEntry( in verifyAddDownstreamRule()
900 verify(mBpfDownstream6Map, never()).updateEntry(any(), any()); in verifyNeverAddDownstreamRule()
935 verifyWithOrder(inOrder, mBpfDownstream6Map).deleteEntry( in verifyRemoveDownstreamRule()
949 verify(mBpfDownstream6Map, never()).deleteEntry(any()); in verifyNeverRemoveDownstreamRule()
1017 final InOrder inOrder = inOrder(mNetd, mBpfUpstream6Map, mBpfDownstream6Map, mBpfLimitMap, in checkTetherOffloadRuleAddAndRemove()
1454 final InOrder inOrder = inOrder(mNetd, mBpfDownstream6Map, mBpfUpstream6Map, mBpfLimitMap, in testTetherOffloadRuleUpdateAndClear()
1657 verify(mBpfDownstream6Map).clear(); in testBpfMapClear()
2556 mBpfDownstream6Map.insertEntry(rule.makeTetherDownstream6Key(), rule.makeTether6Value()); in testDumpDoesNotCrash()
[all …]