aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/nvme
blob: 65fbb2d4d48cb782123a6a505f50ab25520007af (plain)
1
2
3
4
5
6
# requires: arch=amd64

# This connects to an NVMe server on 127.0.0.1:4420  and then close the connection

r0 = syz_socket_connect_nvme_tcp()
close(r0)