Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java816 final boolean upstreamSupportsBpf = upstreamIface != null && !isVcnInterface(upstreamIface); in updateUpstreamIPv6LinkProperties()
819 upstreamIfIndex, upstreamPrefixes, upstreamSupportsBpf); in updateUpstreamIPv6LinkProperties()
823 mUpstreamSupportsBpf = upstreamSupportsBpf; in updateUpstreamIPv6LinkProperties()
974 @NonNull Set<IpPrefix> upstreamPrefixes, boolean upstreamSupportsBpf) { in updateIpv6ForwardingRules() argument
980 getInterfaceIndexForRule(upstreamIfindex, upstreamSupportsBpf), in updateIpv6ForwardingRules()