Home
last modified time | relevance | path

Searched defs:sockFd (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/bpf/netd/
DNetdUpdatable.cpp40 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()
DBpfHandler.cpp341 int BpfHandler::tagSocket(int sockFd, uint32_t tag, uid_t chargeUid, uid_t realUid) { in tagSocket()
451 int BpfHandler::untagSocket(int sockFd) { in untagSocket()
/packages/modules/UprobeStats/src/bpf/headers/include/bpf/
DBpfUtils.h42 static inline uint64_t getSocketCookie(int sockFd) { in getSocketCookie()
/packages/modules/Connectivity/bpf/headers/include/bpf/
DBpfUtils.h53 static inline uint64_t getSocketCookie(int sockFd) { in getSocketCookie()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceTest.java636 FileDescriptor sockFd = udpEncapResp.fileDescriptor.getFileDescriptor(); in testOpenUdpEncapsulationSocketCallsSetEncapSocketOwner() local
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java1233 private int bindToRandomPort(FileDescriptor sockFd, int family, InetAddress localAddr) in bindToRandomPort()
1313 FileDescriptor sockFd = null; in openUdpEncapsulationSocket() local
/packages/modules/Connectivity/service/jni/
Dcom_android_server_connectivity_ClatCoordinator.cpp516 int sockFd = netjniutils::GetNativeFileDescriptor(env, sockJavaFd); in com_android_server_connectivity_ClatCoordinator_getSocketCookie() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DApfIntegrationTest.kt201 private var sockFd: FileDescriptor? = null in <lambda>() variable