Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DClatCoordinator.java421 final ClatEgress4Key txKey = new ClatEgress4Key(tracker.v4ifIndex, tracker.v4); in maybeStartBpf() local
425 mEgressMap.insertEntry(txKey, txValue); in maybeStartBpf()
427 Log.e(TAG, "Could not insert entry (" + txKey + ", " + txValue + ") on egress map: " in maybeStartBpf()
442 mEgressMap.deleteEntry(txKey); in maybeStartBpf()
444 Log.e(TAG, "Could not delete entry (" + txKey + ") from egress map: " + e2); in maybeStartBpf()
459 mEgressMap.deleteEntry(txKey); in maybeStartBpf()
461 Log.e(TAG, "Could not delete entry (" + txKey + ") from egress map: " + e2); in maybeStartBpf()
486 mEgressMap.deleteEntry(txKey); in maybeStartBpf()
488 Log.e(TAG, "Could not delete entry (" + txKey + ") from egress map: " + e2); in maybeStartBpf()
518 mEgressMap.deleteEntry(txKey); in maybeStartBpf()
[all …]