Searched refs:BpfUtils (Results 1 – 4 of 4) sorted by relevance
49 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 …]
35 import com.android.networkstack.tethering.BpfUtils;432 BpfUtils.attachProgram(iface, downstream); in attachProgram()445 BpfUtils.detachProgram(iface); in detachProgram()
32 public class BpfUtils { class
31 import static com.android.networkstack.tethering.BpfUtils.DOWNSTREAM;32 import static com.android.networkstack.tethering.BpfUtils.UPSTREAM;