Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java983 private int getInterfaceIndexForRule(int ifindex, boolean supportsBpf) { in getInterfaceIndexForRule() argument
984 return supportsBpf ? ifindex : NO_UPSTREAM; in getInterfaceIndexForRule()