github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/sys/linux/test/nvme (about)

     1  # requires: arch=amd64
     2  
     3  # This connects to an NVMe server on 127.0.0.1:4420  and then close the connection
     4  
     5  r0 = syz_socket_connect_nvme_tcp()
     6  close(r0)