Home
last modified time | relevance | path

Searched defs:Tether4Key (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
DBpfCoordinatorShim.java165 @NonNull ThrowingBiConsumer<Tether4Key, Tether4Value> action); in tetherOffloadRuleForEach()
/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
DBpfCoordinatorShimImpl.java166 @NonNull ThrowingBiConsumer<Tether4Key, Tether4Value> action) { in tetherOffloadRuleForEach()
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java413 @NonNull ThrowingBiConsumer<Tether4Key, Tether4Value> action) { in tetherOffloadRuleForEach()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1126 try (BpfMap<Tether4Key, Tether4Value> upstreamMap = mDeps.getBpfUpstream4Map()) { in dumpRawMap()
1171 BpfMap<Tether4Key, Tether4Value> map, IndentingPrintWriter pw) throws ErrnoException { in dumpIpv4ForwardingRuleMap()
1186 try (BpfMap<Tether4Key, Tether4Value> upstreamMap = mDeps.getBpfUpstream4Map(); in dumpIpv4ForwardingRules()
/packages/modules/Connectivity/bpf_progs/
Dbpf_tethering.h149 } Tether4Key; typedef
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1641 private void checkRefreshConntrackTimeout(final TestBpfMap<Tether4Key, Tether4Value> bpfMap, in checkRefreshConntrackTimeout()