Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1571 final ClientInfo tetherClient = getClientInfo(e.tupleOrig.srcIp); in accept() local
1572 if (tetherClient == null) return; in accept()
1577 final Tether4Key upstream4Key = makeTetherUpstream4Key(e, tetherClient); in accept()
1578 final Tether4Key downstream4Key = makeTetherDownstream4Key(e, tetherClient, in accept()
1605 final Tether4Value downstream4Value = makeTetherDownstream4Value(e, tetherClient, in accept()
1608 maybeAddDevMap(upstreamIndex, tetherClient.downstreamIfindex); in accept()