Searched defs:sockFd (Results 1 – 8 of 8) sorted by relevance
40 int libnetd_updatable_tagSocket(int sockFd, uint32_t tag, uid_t chargeUid, uid_t realUid) { in libnetd_updatable_tagSocket()44 int libnetd_updatable_untagSocket(int sockFd) { in libnetd_updatable_untagSocket()
341 int BpfHandler::tagSocket(int sockFd, uint32_t tag, uid_t chargeUid, uid_t realUid) { in tagSocket()451 int BpfHandler::untagSocket(int sockFd) { in untagSocket()
42 static inline uint64_t getSocketCookie(int sockFd) { in getSocketCookie()
53 static inline uint64_t getSocketCookie(int sockFd) { in getSocketCookie()
636 FileDescriptor sockFd = udpEncapResp.fileDescriptor.getFileDescriptor(); in testOpenUdpEncapsulationSocketCallsSetEncapSocketOwner() local
1233 private int bindToRandomPort(FileDescriptor sockFd, int family, InetAddress localAddr) in bindToRandomPort()1313 FileDescriptor sockFd = null; in openUdpEncapsulationSocket() local
516 int sockFd = netjniutils::GetNativeFileDescriptor(env, sockJavaFd); in com_android_server_connectivity_ClatCoordinator_getSocketCookie() local
201 private var sockFd: FileDescriptor? = null in <lambda>() variable