Searched refs:getSyscallInstance (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | XfrmController.cpp | 216 inline Syscalls& getSyscallInstance() { return netdutils::sSyscalls.get(); } in getSyscallInstance() function 298 StatusOr<size_t> writeResult = getSyscallInstance().writev(mSock, *iovecs); in sendMessage() 312 getSyscallInstance().read(Fd(mSock), netdutils::makeSlice(response)); in sendMessage() 473 getSyscallInstance().getsockopt(Fd(fd), IPPROTO_UDP, UDP_ENCAP, &optval, &optlen); in ipSecSetEncapSocketOwner() 708 getSyscallInstance().getsockname<sockaddr_storage>(Fd(socketFd)); in ipSecApplyTransportModeTransform() 759 status = getSyscallInstance().setsockopt(Fd(socketFd), sockLayer, sockOpt, policy); in ipSecApplyTransportModeTransform() 771 getSyscallInstance().getsockname<sockaddr_storage>(Fd(socketFd)); in ipSecRemoveTransportModeTransform() 794 getSyscallInstance().setsockopt(Fd(socketFd), sockLayer, sockOpt, nullptr, 0); in ipSecRemoveTransportModeTransform()
|