Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java304 private UpstreamInfo mIpv4UpstreamInfo = null; field in BpfCoordinator
1041 mIpv4UpstreamInfo = null; in updateUpstreamNetworkState()
1045 mIpv4UpstreamInfo = new UpstreamInfo(upstreamIndex, mtu); in updateUpstreamNetworkState()
1193 + (mIpv4UpstreamInfo != null ? mIpv4UpstreamInfo : "<empty>")); in dump()
2028 if (mIpv4UpstreamInfo == null || mIpv4UpstreamInfo.ifIndex != upstreamIndex) return; in accept()
2030 final Tether4Value upstream4Value = makeTetherUpstream4Value(e, mIpv4UpstreamInfo); in accept()
2032 mIpv4UpstreamInfo); in accept()