Home
last modified time | relevance | path

Searched defs:shouldDestroy (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DSockDiag.cpp207 int SockDiag::readDiagMsg(uint8_t proto, const SockDiag::DestroyFilter& shouldDestroy) { in readDiagMsg()
382 auto shouldDestroy = [uid, excludeLoopback] (uint8_t, const inet_diag_msg *msg) { in destroySockets() local
413 auto shouldDestroy = [&] (uint8_t, const inet_diag_msg *msg) { in destroySockets() local
513 auto shouldDestroy = [&] (uint8_t, const inet_diag_msg *msg) { in destroySocketsLackingPermission() local
DNetlinkHandler.cpp154 bool shouldDestroy = gCtls->netCtrl.removeInterfaceAddress(ifaceIndex, address); in onEvent() local