Searched refs:sock_ctx (Results 1 – 1 of 1) sorted by relevance
24 struct socket_ctx *sock_ctx; in tcp_open() local32 sock_ctx = TEE_Malloc(sizeof(*sock_ctx), TEE_MALLOC_FILL_ZERO); in tcp_open()33 if (!sock_ctx) in tcp_open()40 &sock_ctx->handle); in tcp_open()42 TEE_Free(sock_ctx); in tcp_open()43 sock_ctx = NULL; in tcp_open()71 sock_ctx = TEE_Malloc(sizeof(*sock_ctx), TEE_MALLOC_FILL_ZERO); in udp_open()72 if (!sock_ctx) in udp_open()81 TEE_Free(sock_ctx); in udp_open()82 sock_ctx = NULL; in udp_open()[all …]
Completed in 2 milliseconds