Searched defs:impl_opts (Results 1 – 5 of 5) sorted by relevance
/spdk/module/sock/posix/ |
H A D | posix.c | 155 _sock_impl_get_opts(struct spdk_sock_impl_opts * opts,struct spdk_sock_impl_opts * impl_opts,size_t * len) _sock_impl_get_opts() argument 185 _sock_impl_set_opts(const struct spdk_sock_impl_opts * opts,struct spdk_sock_impl_opts * impl_opts,size_t len) _sock_impl_set_opts() argument 476 posix_sock_alloc(int fd,struct spdk_sock_impl_opts * impl_opts,bool enable_zero_copy) posix_sock_alloc() argument 495 posix_fd_create(struct addrinfo * res,struct spdk_sock_opts * opts,struct spdk_sock_impl_opts * impl_opts) posix_fd_create() argument 576 struct spdk_sock_impl_opts *impl_opts = SSL_get_app_data(ssl); posix_sock_psk_find_session_server_cb() local 667 struct spdk_sock_impl_opts *impl_opts = SSL_get_app_data(ssl); posix_sock_psk_use_session_client_cb() local 742 posix_sock_create_ssl_context(const SSL_METHOD * method,struct spdk_sock_opts * opts,struct spdk_sock_impl_opts * impl_opts) posix_sock_create_ssl_context() argument 952 struct spdk_sock_impl_opts impl_opts; posix_sock_create() local [all...] |
/spdk/module/sock/uring/ |
H A D | uring.c | 437 uring_sock_alloc(int fd,struct spdk_sock_impl_opts * impl_opts,bool enable_zero_copy) uring_sock_alloc() argument 491 struct spdk_sock_impl_opts impl_opts; uring_sock_create() local [all...] |
/spdk/test/unit/lib/sock/sock.c/ |
H A D | sock_ut.c | 1140 struct spdk_sock_impl_opts impl_opts; in override_impl_opts() local [all...] |
/spdk/lib/nvme/ |
H A D | nvme_tcp.c | 2318 struct spdk_sock_impl_opts impl_opts = {}; nvme_tcp_qpair_connect_sock() local [all...] |
/spdk/lib/nvmf/ |
H A D | tcp.c | 908 struct spdk_sock_impl_opts impl_opts; nvmf_tcp_listen() local [all...] |