Searched refs:getBpfDownstream4Map (Results 1 – 4 of 4) sorted by relevance
275 public BpfMap<Tether4Key, Tether4Value> getBpfDownstream4Map() {1072 doReturn(null).when(mDeps).getBpfDownstream4Map(); in testBpfDisabledbyNoBpfDownstream4Map()1623 doReturn(bpfDownstream4Map).when(mDeps).getBpfDownstream4Map(); in testRefreshConntrackTimeout_Downstream4Map()
112 mBpfDownstream4Map = deps.getBpfDownstream4Map(); in BpfCoordinatorShimImpl()
305 @Nullable public BpfMap<Tether4Key, Tether4Value> getBpfDownstream4Map() { in getBpfDownstream4Map() method in BpfCoordinator.Dependencies1104 BpfMap<Tether4Key, Tether4Value> downstreamMap = mDeps.getBpfDownstream4Map()) { in dumpIpv4ForwardingRules()
317 public BpfMap<Tether4Key, Tether4Value> getBpfDownstream4Map() { in setUp()