Searched refs:callerUid (Results 1 – 3 of 3) sorted by relevance
205 static netdutils::Status ipSecSetEncapSocketOwner(int socketFd, int newUid, uid_t callerUid);
578 uid_t callerUid = IPCThreadState::self()->getCallingUid(); in ipSecSetEncapSocketOwner() local580 gCtls->xfrmCtrl.ipSecSetEncapSocketOwner(socket.get(), newUid, callerUid)); in ipSecSetEncapSocketOwner()
456 uid_t callerUid) { in ipSecSetEncapSocketOwner() argument464 if (info.st_uid != callerUid) { in ipSecSetEncapSocketOwner()