const syscall.EPROTONOSUPPORT

5 uses

	syscall (current package)
		zerrors_linux_amd64.go#L1291: 	EPROTONOSUPPORT = Errno(0x5d)

	net
		file_unix.go#L52: 		return nil, syscall.EPROTONOSUPPORT
		ipsock_posix.go#L30: 	case syscall.EAFNOSUPPORT, syscall.EPROTONOSUPPORT:
		mptcpsock_linux.go#L39: 	case errors.Is(err, syscall.EPROTONOSUPPORT): // Not supported: >= v5.6
		sock_cloexec.go#L30: 	case syscall.EPROTONOSUPPORT, syscall.EINVAL: