Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
DBpfCoordinatorShim.java76 public abstract boolean removeIpv6UpstreamRule(@NonNull Ipv6UpstreamRule rule); in removeIpv6UpstreamRule() method in BpfCoordinatorShim
/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
DBpfCoordinatorShimImpl.java65 public boolean removeIpv6UpstreamRule(@NonNull final Ipv6UpstreamRule rule) { in removeIpv6UpstreamRule() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java186 public boolean removeIpv6UpstreamRule(@NonNull final Ipv6UpstreamRule rule) { in removeIpv6UpstreamRule() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java673 mBpfCoordinatorShim.removeIpv6UpstreamRule(rule); in clearIpv6UpstreamRules()