Searched refs:mBpfCoordinatorShim (Results 1 – 1 of 1) sorted by relevance
153 private final BpfCoordinatorShim mBpfCoordinatorShim; field in BpfCoordinator416 mBpfCoordinatorShim = BpfCoordinatorShim.getBpfCoordinatorShim(deps); in BpfCoordinator()417 if (!mBpfCoordinatorShim.isInitialized()) { in BpfCoordinator()469 return mIsBpfEnabled && mBpfCoordinatorShim.isInitialized(); in isUsingBpf()538 if (!mBpfCoordinatorShim.tetherOffloadRuleAdd(rule)) return; in tetherOffloadRuleAdd()557 if (!mBpfCoordinatorShim.startUpstreamIpv6Forwarding(downstream, upstream, rule.srcMac, in tetherOffloadRuleAdd()578 if (!mBpfCoordinatorShim.tetherOffloadRuleRemove(rule)) return; in tetherOffloadRuleRemove()598 if (!mBpfCoordinatorShim.stopUpstreamIpv6Forwarding(downstream, upstream, in tetherOffloadRuleRemove()755 mBpfCoordinatorShim.tetherOffloadRuleForEach(UPSTREAM, (k, v) -> { in tetherOffloadRuleClear()760 mBpfCoordinatorShim.tetherOffloadRuleForEach(DOWNSTREAM, (k, v) -> { in tetherOffloadRuleClear()[all …]