Home
last modified time | relevance | path

Searched defs:upstreamIfindex (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java694 int upstreamIfindex = 0; in clearIpv6UpstreamRules() local
836 public void maybeAddUpstreamToLookupTable(int upstreamIfindex, @Nullable String upstreamIface) { in maybeAddUpstreamToLookupTable()
960 public void updateIpv6UpstreamInterface(@NonNull final IpServer ipServer, int upstreamIfindex, in updateIpv6UpstreamInterface()
978 private boolean checkUpstreamSupportsBpf(int upstreamIfindex) { in checkUpstreamSupportsBpf()
1366 final int upstreamIfindex = mStats.keyAt(i); in dumpStats() local
1410 final int upstreamIfindex = rule.upstreamIfindex; in dumpIpv6ForwardingRulesByDownstream() local
1699 public final int upstreamIfindex; field in BpfCoordinator.Ipv6UpstreamRule
1710 public Ipv6UpstreamRule(int upstreamIfindex, int downstreamIfindex, in Ipv6UpstreamRule()
1804 public final int upstreamIfindex; field in BpfCoordinator.Ipv6DownstreamRule
1815 public Ipv6DownstreamRule(int upstreamIfindex, int downstreamIfindex, in Ipv6DownstreamRule()
[all …]
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java370 final int upstreamIfindex = (int) key.iif; in tetherOffloadRuleAdd() local
401 final int upstreamIfindex = (int) key.iif; in tetherOffloadRuleRemove() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java605 int upstreamIfindex, String upstreamIface, Set<IpPrefix> upstreamPrefixes) { in dispatchIpv6UpstreamChanged()
763 private void verifyStartUpstreamIpv6Forwarding(@Nullable InOrder inOrder, int upstreamIfindex, in verifyStartUpstreamIpv6Forwarding()
1195 public final int upstreamIfindex; field in BpfCoordinatorTest.TetherOffloadRuleParcelMatcher
1230 private static Ipv6UpstreamRule buildTestUpstreamRule(int upstreamIfindex, in buildTestUpstreamRule()
1238 int upstreamIfindex, @NonNull InetAddress address, @NonNull MacAddress dstMac) { in buildTestDownstreamRule()
1834 @Nullable Integer upstreamIfindex) { in setUpstreamInformationTo()