Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java492 inOrder.verify(mBpfCoordinator).maybeAttachProgram(IFACE_NAME, UPSTREAM_IFACE); in handlesFirstUpstreamChange()
514 inOrder.verify(mBpfCoordinator).maybeAttachProgram(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstream()
539 inOrder.verify(mBpfCoordinator).maybeAttachProgram(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamNatFailure()
567 inOrder.verify(mBpfCoordinator).maybeAttachProgram(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamInterfaceForwardingFailure()
1469 verify(mBpfCoordinator).maybeAttachProgram(IFACE_NAME, IPSEC_IFACE); in testSkipVirtualNetworkInBpf()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1137 coordinator.maybeAttachProgram(intIface1, extIface); in testAttachDetachBpfProgram()
1144 coordinator.maybeAttachProgram(intIface1, extIface); in testAttachDetachBpfProgram()
1149 coordinator.maybeAttachProgram(intIface2, extIface); in testAttachDetachBpfProgram()
1169 coordinator.maybeAttachProgram(intIface1, virtualIface); in testAttachDetachBpfProgram()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java1385 mBpfCoordinator.maybeAttachProgram(mIfaceName, ifname); in processMessage()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java885 public void maybeAttachProgram(@NonNull String intIface, @NonNull String extIface) { in maybeAttachProgram() method in BpfCoordinator