Searched refs:getBpfUpstream6Map (Results 1 – 4 of 4) sorted by relevance
115 mBpfUpstream6Map = deps.getBpfUpstream6Map(); in BpfCoordinatorShimImpl()
341 @Nullable public BpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() { in getBpfUpstream6Map() method in BpfCoordinator.Dependencies1045 try (BpfMap<TetherUpstream6Key, Tether6Value> map = mDeps.getBpfUpstream6Map()) { in dumpIpv6UpstreamRules()
290 public BpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() {1063 doReturn(null).when(mDeps).getBpfUpstream6Map(); in testBpfDisabledbyNoBpfUpstream6Map()
332 public BpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() { in setUp()