Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java49 import static com.android.networkstack.tethering.BpfUtils.DOWNSTREAM;
50 import static com.android.networkstack.tethering.BpfUtils.UPSTREAM;
1125 .mockStatic(BpfUtils.class) in testAttachDetachBpfProgram()
1132 final BpfUtils mockMarkerBpfUtils = staticMockMarker(BpfUtils.class); in testAttachDetachBpfProgram()
1138 ExtendedMockito.verify(() -> BpfUtils.attachProgram(extIface, DOWNSTREAM)); in testAttachDetachBpfProgram()
1139 ExtendedMockito.verify(() -> BpfUtils.attachProgram(intIface1, UPSTREAM)); in testAttachDetachBpfProgram()
1150 ExtendedMockito.verify(() -> BpfUtils.attachProgram(intIface2, UPSTREAM)); in testAttachDetachBpfProgram()
1156 ExtendedMockito.verify(() -> BpfUtils.detachProgram(intIface2)); in testAttachDetachBpfProgram()
1163 ExtendedMockito.verify(() -> BpfUtils.detachProgram(extIface)); in testAttachDetachBpfProgram()
1164 ExtendedMockito.verify(() -> BpfUtils.detachProgram(intIface1)); in testAttachDetachBpfProgram()
[all …]
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java35 import com.android.networkstack.tethering.BpfUtils;
432 BpfUtils.attachProgram(iface, downstream); in attachProgram()
445 BpfUtils.detachProgram(iface); in detachProgram()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfUtils.java32 public class BpfUtils { class
DBpfCoordinator.java31 import static com.android.networkstack.tethering.BpfUtils.DOWNSTREAM;
32 import static com.android.networkstack.tethering.BpfUtils.UPSTREAM;