Home
last modified time | relevance | path

Searched defs:tetherOffloadRuleRemove (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
DBpfCoordinatorShim.java75 public abstract boolean tetherOffloadRuleRemove(@NonNull Ipv6ForwardingRule rule); in tetherOffloadRuleRemove() method in BpfCoordinatorShim
154 public abstract boolean tetherOffloadRuleRemove(boolean downstream, @NonNull Tether4Key key); in tetherOffloadRuleRemove() method in BpfCoordinatorShim
/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
DBpfCoordinatorShimImpl.java72 public boolean tetherOffloadRuleRemove(@NonNull final Ipv6ForwardingRule rule) { in tetherOffloadRuleRemove() method in BpfCoordinatorShimImpl
159 public boolean tetherOffloadRuleRemove(boolean downstream, @NonNull Tether4Key key) { in tetherOffloadRuleRemove() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java184 public boolean tetherOffloadRuleRemove(@NonNull final Ipv6ForwardingRule rule) { in tetherOffloadRuleRemove() method in BpfCoordinatorShimImpl
379 public boolean tetherOffloadRuleRemove(boolean downstream, @NonNull Tether4Key key) { in tetherOffloadRuleRemove() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java595 public void tetherOffloadRuleRemove( in tetherOffloadRuleRemove() method in BpfCoordinator