Home
last modified time | relevance | path

Searched refs:tls_sock_fd_op_vtable (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c71 static const struct socket_op_vtable tls_sock_fd_op_vtable; variable
2097 zvfs_finalize_typed_fd(fd, ctx, (const struct fd_op_vtable *)&tls_sock_fd_op_vtable, in ztls_socket()
2236 zvfs_finalize_typed_fd(fd, child, (const struct fd_op_vtable *)&tls_sock_fd_op_vtable, in ztls_accept_ctx()
3339 &tls_sock_fd_op_vtable, in ztls_poll_offload()
3386 &tls_sock_fd_op_vtable, in ztls_poll_offload()
3669 &tls_sock_fd_op_vtable, EBADF); in ztls_get_mbedtls_ssl_context()
3860 static const struct socket_op_vtable tls_sock_fd_op_vtable = { variable