Searched refs:getBpfUpstream6Map (Results 1 – 3 of 3) sorted by relevance
117 mBpfUpstream6Map = deps.getBpfUpstream6Map(); in BpfCoordinatorShimImpl()
413 @Nullable public IBpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() { in getBpfUpstream6Map() method in BpfCoordinator.Dependencies1286 try (IBpfMap<TetherUpstream6Key, Tether6Value> map = mDeps.getBpfUpstream6Map()) { in dumpIpv6UpstreamRules()
548 public IBpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() {1608 doReturn(null).when(mDeps).getBpfUpstream6Map(); in testBpfDisabledbyNoBpfUpstream6Map()