Searched refs:intIface2 (Results 1 – 1 of 1) sorted by relevance
1129 final String intIface2 = "rndis0"; in testAttachDetachBpfProgram() local1149 coordinator.maybeAttachProgram(intIface2, extIface); in testAttachDetachBpfProgram()1150 ExtendedMockito.verify(() -> BpfUtils.attachProgram(intIface2, UPSTREAM)); in testAttachDetachBpfProgram()1155 coordinator.maybeDetachProgram(intIface2, extIface); in testAttachDetachBpfProgram()1156 ExtendedMockito.verify(() -> BpfUtils.detachProgram(intIface2)); in testAttachDetachBpfProgram()