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