logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvmf_tcp_sectype - Transport Specific Address Subtype Definition for NVMe/TCP Transport

Constants

NVMF_TCP_SECTYPE_NONE No Security NVMF_TCP_SECTYPE_TLS Transport Layer Security version 1.2 NVMF_TCP_SECTYPE_TLS13 Transport Layer Security version 1.3 or a subsequent version. The TLS protocol negotiates the version and cipher suite for each TCP connection. August 2025 enum nvmf_tcp_sectype libnvme(2)

Name

enum nvmf_tcp_sectype - Transport Specific Address Subtype Definition for NVMe/TCP Transport

Synopsis

enum nvmf_tcp_sectype { NVMF_TCP_SECTYPE_NONE , NVMF_TCP_SECTYPE_TLS , NVMF_TCP_SECTYPE_TLS13 };

See Also