Searched refs:UPSTREAM (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | BpfCoordinator.java | 32 import static com.android.networkstack.tethering.BpfUtils.UPSTREAM; 108 private static final String TETHER_UPSTREAM4_MAP_PATH = makeMapPath(UPSTREAM, 4); 110 private static final String TETHER_UPSTREAM6_FS_PATH = makeMapPath(UPSTREAM, 6); 755 mBpfCoordinatorShim.tetherOffloadRuleForEach(UPSTREAM, (k, v) -> { in tetherOffloadRuleClear() 779 mBpfCoordinatorShim.tetherOffloadRuleRemove(UPSTREAM, k); in tetherOffloadRuleClear() 893 mBpfCoordinatorShim.attachProgram(intIface, UPSTREAM); in maybeAttachProgram() 1108 dumpIpv4ForwardingRuleMap(now, UPSTREAM, upstreamMap, pw); in dumpIpv4ForwardingRules() 1584 UPSTREAM, upstream4Key); in accept() 1610 mBpfCoordinatorShim.tetherOffloadRuleAdd(UPSTREAM, upstream4Key, upstream4Value); in accept() 1922 mBpfCoordinatorShim.tetherOffloadRuleForEach(UPSTREAM, (k, v) -> { in maybeRefreshConntrackTimeout()
|
H A D | BpfUtils.java | 52 static final boolean UPSTREAM = false; field in BpfUtils
|
/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/ |
H A D | CarDiagnosticEvent.java | 567 public static final int UPSTREAM = 1; field in CarDiagnosticEvent.SecondaryAirStatus 574 UPSTREAM,
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | BpfCoordinatorTest.java | 50 import static com.android.networkstack.tethering.BpfUtils.UPSTREAM; 1139 ExtendedMockito.verify(() -> BpfUtils.attachProgram(intIface1, UPSTREAM)); in testAttachDetachBpfProgram() 1150 ExtendedMockito.verify(() -> BpfUtils.attachProgram(intIface2, UPSTREAM)); in testAttachDetachBpfProgram() 1171 ExtendedMockito.verify(() -> BpfUtils.attachProgram(intIface1, UPSTREAM), never()); in testAttachDetachBpfProgram()
|
/aosp12/system/apex/docs/ |
H A D | README.md | 197 - UPSTREAM: loop: add ioctl for changing logical block size 201 - UPSTREAM: loop: Add LOOP_SET_BLOCK_SIZE in compat ioctl 211 - UPSTREAM: loop: drop caches if offset or block_size are changed
|
/aosp12/packages/services/Car/car-lib/api/ |
H A D | system-current.txt | 455 field public static final int UPSTREAM = 1; // 0x1 458 …@IntDef({android.car.diagnostic.CarDiagnosticEvent.SecondaryAirStatus.UPSTREAM, android.car.diagno…
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/ |
H A D | types.hal | 4306 UPSTREAM = 1,
|